#6bd8cc

Color #6BD8CC Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6BD8CC

Tints of Downy #6BD8CC

Color information

#6BD8CC (or 0x6BD8CC) is unknown color: approx Downy. HEX triplet: 6B, D8 and CC. RGB value is (107,216,204). Sum of RGB (Red+Green+Blue) = 107+216+204=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD8CC is #942733. Grayscale: #B5B5B5. Windows color (decimal): -9709364 or 13424747. OLE color: 13424747.

HSL color Cylindrical-coordinate representation of color #6BD8CC: hue angle of 173.39º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD8CC is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB107216204-
CMYK0.5000.060.15
HSL173.39º58.29%63.33%-
HSV(B)173.39º50.46%84.71%-
XYZ41.5256.665.86-
YUV182.04140.3974.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 20.30%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=20.30%
G=40.99%
B=38.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072162040.5000.060.15173.3958.2963.33
Hex6BD8CC3206Fad3a3f
Octal1533303146206172557277
Binary110101111011000110011001100100110111110101101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bd8cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6bd8cc; }

 p { color: rgb(107,216,204); }

 H1.HeaderClassName
 {
   color: #6bd8cc;
 }
 .AnyTagClassName
 {
   color: #6bd8cc;
 }
</style>
background-color css

<style>
 a { background-color: #6bd8cc; }

 a { background-color: rgb(107,216,204); }

 div.DivClassName
 {
   background-color: #6bd8cc;
 }
 .BgClassName
 {
   background-color: #6bd8cc;
 }
</style>
border-color css

<style>
 span { border-color: #6bd8cc; }

 span { border-color: rgb(107,216,204); }

 td.TdClassName
 {
   border-color: #6bd8cc;
 }
 .TagClassName
 {
   border-color: #6bd8cc;
 }
</style>