Color Hex Logo

#6baccb Color Hex

#6BACCB
(107,172,203)
0 Favorites   0 Comments

Color spaces of #6baccb

RGB 107172203
HSL0.550.480.61
HSV199°47°80°
CMYK 0.470.150.00   0.20
XYZ31.595436.942661.9653
Yxy36.94260.24210.2831
Hunter Lab60.7804-13.5763-17.8995
CIE-Lab67.2339-12.4037-22.2327

#6baccb color RGB value is (107,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101100 11001011
Octal 153 254 313
Decimal 107 172 203
Hex 6B AC CB

RGB Percentages of Color #6baccb

%22.20
%35.68
%42.12

CMYK Percentages of Color #6baccb

%47
%15
%0
%20

Triadic Colors of #6baccb

#6baccb #cb6bac #accb6b

Analogous Colors of #6baccb

#6baccb #6b7ccb #6bcbba

Monochromatic Colors of #6baccb

#6baccb

Complementary Color

#6baccb #cb8a6b

#6baccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baccb Color CSS Codes

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

#6baccb Text Font Color

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

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


#6baccb Background Color

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

This div background color is #6baccb


#6baccb Border Color

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

This div border color is #6baccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,172,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 #6baccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baccb


Comments

No comments written yet.

Please login to write comment.