Color Hex Logo

#6baacd Color Hex

#6BAACD
(107,170,205)
0 Favorites   0 Comments

Color spaces of #6baacd

RGB 107170205
HSL0.560.490.61
HSV201°48°80°
CMYK 0.480.170.00   0.20
XYZ31.457636.283063.1029
Yxy36.28300.24040.2773
Hunter Lab60.2354-12.1912-19.9478
CIE-Lab66.7356-10.7600-24.1001

#6baacd color RGB value is (107,170,205).

#6baacd hex color red value is 107, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6baacd hue: 0.56 , saturation: 0.49 and the lightness value of 6baacd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101010 11001101
Octal 153 252 315
Decimal 107 170 205
Hex 6B AA CD

RGB Percentages of Color #6baacd

%22.20
%35.27
%42.53

CMYK Percentages of Color #6baacd

%48
%17
%0
%20

Triadic Colors of #6baacd

#6baacd #cd6baa #aacd6b

Analogous Colors of #6baacd

#6baacd #6b79cd #6bcdbf

Monochromatic Colors of #6baacd

#6baacd

Complementary Color

#6baacd #cd8e6b

#6baacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baacd Color CSS Codes

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

#6baacd Text Font Color

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

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


#6baacd Background Color

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

This div background color is #6baacd


#6baacd Border Color

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

This div border color is #6baacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baacd


Comments

No comments written yet.

Please login to write comment.