#6CD6CF

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

Shades of Downy #6CD6CF

Tints of Downy #6CD6CF

Color information

#6CD6CF (or 0x6CD6CF) is unknown color: approx Downy. HEX triplet: 6C, D6 and CF. RGB value is (108,214,207). Sum of RGB (Red+Green+Blue) = 108+214+207=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #6CD6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD6CF is #932930. Grayscale: #B5B5B5. Windows color (decimal): -9644337 or 13620844. OLE color: 13620844.

HSL color Cylindrical-coordinate representation of color #6CD6CF: hue angle of 176.04º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD6CF is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB108214207-
CMYK0.5000.030.16
HSL176.04º56.38%63.14%-
HSV(B)176.04º49.53%83.92%-
XYZ41.4955.7967.61-
YUV181.51142.3875.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.42%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=20.42%
G=40.45%
B=39.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082142070.5000.030.16176.0456.3863.14
Hex6CD6CF320310b0383f
Octal1543263176203202607077
Binary110110011010110110011111100100111000010110000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,214,207); }

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

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

 a { background-color: rgb(108,214,207); }

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

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

 span { border-color: rgb(108,214,207); }

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