#6ED9C9

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

Shades of Downy #6ED9C9

Tints of Downy #6ED9C9

Color information

#6ED9C9 (or 0x6ED9C9) is unknown color: approx Downy. HEX triplet: 6E, D9 and C9. RGB value is (110,217,201). Sum of RGB (Red+Green+Blue) = 110+217+201=528 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.83% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED9C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED9C9 is #912636. Grayscale: #B7B7B7. Windows color (decimal): -9512503 or 13228398. OLE color: 13228398.

HSL color Cylindrical-coordinate representation of color #6ED9C9: hue angle of 171.03º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED9C9 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB110217201-
CMYK0.4900.070.15
HSL171.03º58.47%64.12%-
HSV(B)171.03º49.31%85.1%-
XYZ41.7957.1664.09-
YUV183.18138.0575.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.83%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=20.83%
G=41.10%
B=38.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102172010.4900.070.15171.0358.4764.12
Hex6ED9C93107Fab3a40
Octal15633131161071725372100
Binary1101110110110011100100111000101111111101010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,217,201); }

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

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

 a { background-color: rgb(110,217,201); }

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

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

 span { border-color: rgb(110,217,201); }

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