Color Hex Logo

#6bafcd Color Hex

#6BAFCD
(107,175,205)
0 Favorites   0 Comments

Color spaces of #6bafcd

RGB 107175205
HSL0.550.490.61
HSV198°48°80°
CMYK 0.480.150.00   0.20
XYZ32.412838.193563.4214
Yxy38.19350.24180.2850
Hunter Lab61.8009-14.5334-17.5840
CIE-Lab68.1630-13.4467-21.9191

#6bafcd color RGB value is (107,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101111 11001101
Octal 153 257 315
Decimal 107 175 205
Hex 6B AF CD

RGB Percentages of Color #6bafcd

%21.97
%35.93
%42.09

CMYK Percentages of Color #6bafcd

%48
%15
%0
%20

Triadic Colors of #6bafcd

#6bafcd #cd6baf #afcd6b

Analogous Colors of #6bafcd

#6bafcd #6b7ecd #6bcdba

Monochromatic Colors of #6bafcd

#6bafcd

Complementary Color

#6bafcd #cd896b

#6bafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bafcd Color CSS Codes

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

#6bafcd Text Font Color

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

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


#6bafcd Background Color

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

This div background color is #6bafcd


#6bafcd Border Color

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

This div border color is #6bafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bafcd


Comments

No comments written yet.

Please login to write comment.