#6CD9CE

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

Shades of Downy #6CD9CE

Tints of Downy #6CD9CE

Color information

#6CD9CE (or 0x6CD9CE) is unknown color: approx Downy. HEX triplet: 6C, D9 and CE. RGB value is (108,217,206). Sum of RGB (Red+Green+Blue) = 108+217+206=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #6CD9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD9CE is #932631. Grayscale: #B7B7B7. Windows color (decimal): -9643570 or 13556076. OLE color: 13556076.

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

Color convert

RGB108217206-
CMYK0.5000.050.15
HSL173.94º58.92%63.73%-
HSV(B)173.94º50.23%85.1%-
XYZ42.1457.2767.23-
YUV183.16140.8974.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.34%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=20.34%
G=40.87%
B=38.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1082172060.5000.050.15173.9458.9263.73
Hex6CD9CE3205Fae3b40
Octal15433131662051725673100
Binary1101100110110011100111011001001011111101011101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,217,206); }

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

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

 a { background-color: rgb(108,217,206); }

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

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

 span { border-color: rgb(108,217,206); }

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