#6ED8C6

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

Shades of Downy #6ED8C6

Tints of Downy #6ED8C6

Color information

#6ED8C6 (or 0x6ED8C6) is unknown color: approx Downy. HEX triplet: 6E, D8 and C6. RGB value is (110,216,198). Sum of RGB (Red+Green+Blue) = 110+216+198=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED8C6 is #912739. Grayscale: #B6B6B6. Windows color (decimal): -9512762 or 13031534. OLE color: 13031534.

HSL color Cylindrical-coordinate representation of color #6ED8C6: hue angle of 169.81º 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 #6ED8C6 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB110216198-
CMYK0.4900.080.15
HSL169.81º57.61%63.92%-
HSV(B)169.81º49.07%84.71%-
XYZ41.1856.562.16-
YUV182.25136.8876.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.99%
GREEN value IS 216 (84.77% from 255) = 41.22%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=20.99%
G=41.22%
B=37.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102161980.4900.080.15169.8157.6163.92
Hex6ED8C63108Faa3a40
Octal156330306610101725272100
Binary11011101101100011000110110001010001111101010101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,216,198); }

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

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

 a { background-color: rgb(110,216,198); }

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

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

 span { border-color: rgb(110,216,198); }

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