color codes Logo

#6bc6fc color codes

#6BC6FC
(107,198,252)
0 Favorites   0 Comments

Color spaces of #6bc6fc

RGB 107198252
HSL0.560.960.70
HSV202°58°99°
CMYK 0.580.210.00   0.01
XYZ43.828250.542299.5411
Yxy50.54220.22600.2606
Hunter Lab71.0930-14.3692-33.2499
CIE-Lab76.4009-11.9941-34.7965

#6bc6fc color RGB value is (107,198,252).

#6bc6fc hex color red value is 107, green value is 198 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6bc6fc hue: 0.56 , saturation: 0.96 and the lightness value of 6bc6fc is 0.70.

The process color (four color CMYK) of #6bc6fc color code is 0.58, 0.21, 0.00, 0.01. Web safe color of #6bc6fc is #66ccff. Color #6bc6fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11000110 11111100
Octal 153 306 374
Decimal 107 198 252
Hex 6B C6 FC

RGB Percentages of Color #6bc6fc

%19.21
%35.55
%45.24

CMYK Percentages of Color #6bc6fc

%58
%21
%0
%1

Triadic Colors of #6bc6fc

#6bc6fc #fc6bc6 #c6fc6b

Analogous Colors of #6bc6fc

#6bc6fc #6b7efc #6bfcea

Monochromatic Colors of #6bc6fc

#6bc6fc

Complementary Color

#6bc6fc #fca16b

#6bc6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bc6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bc6fc Color CSS Codes

.mybgcolor {background-color:#6bc6fc; } 
.myforecolor {color:#6bc6fc; }
.mybordercolor {border:3px solid #6bc6fc; }

#6bc6fc Text Font Color

<p style="color:#6bc6fc">Text here</p>

This sample text font color is #6bc6fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6bc6fc Background Color

<div style="background-color:#6bc6fc">
Div content here</div>

This div background color is #6bc6fc


#6bc6fc Border Color

<div style="border:3px solid #6bc6fc">
Div here</div>

This div border color is #6bc6fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,198,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bc6fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bc6fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6bc6fc;
  box-shadow:         1px 1px 3px 2px #6bc6fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,198,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6bc6fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6bc6fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6bc6fc;
  box-shadow:         1px 1px 3px 2px #6bc6fc;">
Div content here</div>

This div box has shadow with color #6bc6fc

Related Colors


Comments

No comments written yet.

Please login to write comment.