Color Hex Logo

#6bafcb Color Hex

#6BAFCB
(107,175,203)
0 Favorites   0 Comments

Color spaces of #6bafcb

RGB 107175203
HSL0.550.480.61
HSV198°47°80°
CMYK 0.470.140.00   0.20
XYZ32.172938.097562.1578
Yxy38.09750.24290.2877
Hunter Lab61.7232-14.9733-16.5013
CIE-Lab68.0924-14.0065-20.9241

#6bafcb color RGB value is (107,175,203).

#6bafcb hex color red value is 107, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6bafcb hue: 0.55 , saturation: 0.48 and the lightness value of 6bafcb is 0.61.

The process color (four color CMYK) of #6bafcb color hex is 0.47, 0.14, 0.00, 0.20. Web safe color of #6bafcb is #6699cc. Color #6bafcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101111 11001011
Octal 153 257 313
Decimal 107 175 203
Hex 6B AF CB

RGB Percentages of Color #6bafcb

%22.06
%36.08
%41.86

CMYK Percentages of Color #6bafcb

%47
%14
%0
%20

Triadic Colors of #6bafcb

#6bafcb #cb6baf #afcb6b

Analogous Colors of #6bafcb

#6bafcb #6b7fcb #6bcbb7

Monochromatic Colors of #6bafcb

#6bafcb

Complementary Color

#6bafcb #cb876b

#6bafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bafcb Color CSS Codes

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

#6bafcb Text Font Color

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

This sample text font color is #6bafcb
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.


#6bafcb Background Color

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

This div background color is #6bafcb


#6bafcb Border Color

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

This div border color is #6bafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bafcb

#6bafcb Color Palettes


Comments

No comments written yet.

Please login to write comment.