Color Hex Logo

#6bc0df Color Hex

#6BC0DF
(107,192,223)
0 Favorites   0 Comments

Color spaces of #6bc0df

RGB 107192223
HSL0.540.640.65
HSV196°52°87°
CMYK 0.520.140.00   0.13
XYZ38.232346.152876.7054
Yxy46.15280.23730.2865
Hunter Lab67.9359-18.4332-19.3884
CIE-Lab73.6446-17.3076-23.3988

#6bc0df color RGB value is (107,192,223).

#6bc0df hex color red value is 107, green value is 192 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6bc0df hue: 0.54 , saturation: 0.64 and the lightness value of 6bc0df is 0.65.

The process color (four color CMYK) of #6bc0df color hex is 0.52, 0.14, 0.00, 0.13. Web safe color of #6bc0df is #66cccc. Color #6bc0df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11000000 11011111
Octal 153 300 337
Decimal 107 192 223
Hex 6B C0 DF

RGB Percentages of Color #6bc0df

%20.50
%36.78
%42.72

CMYK Percentages of Color #6bc0df

%52
%14
%0
%13

Triadic Colors of #6bc0df

#6bc0df #df6bc0 #c0df6b

Analogous Colors of #6bc0df

#6bc0df #6b86df #6bdfc4

Monochromatic Colors of #6bc0df

#6bc0df

Complementary Color

#6bc0df #df8a6b

#6bc0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bc0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bc0df Color CSS Codes

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

#6bc0df Text Font Color

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

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


#6bc0df Background Color

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

This div background color is #6bc0df


#6bc0df Border Color

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

This div border color is #6bc0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bc0df


Comments

No comments written yet.

Please login to write comment.