#6de9cf

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

Shades of Downy #6DE9CF

Tints of Downy #6DE9CF

Color information

#6DE9CF (or 0x6DE9CF) is unknown color: approx Downy. HEX triplet: 6D, E9 and CF. RGB value is (109,233,207). Sum of RGB (Red+Green+Blue) = 109+233+207=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #6DE9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE9CF is #921630. Grayscale: #C0C0C0. Windows color (decimal): -9573937 or 13625709. OLE color: 13625709.

HSL color Cylindrical-coordinate representation of color #6DE9CF: hue angle of 167.42º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE9CF is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB109233207-
CMYK0.5300.110.09
HSL167.42º73.81%67.06%-
HSV(B)167.42º53.22%91.37%-
XYZ46.7166.0369.32-
YUV192.96135.9268.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.85%
GREEN value IS 233 (91.41% from 255) = 42.44%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=19.85%
G=42.44%
B=37.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092332070.5300.110.09167.4273.8167.06
Hex6DE9CF350B9a74a43
Octal1553513176501311247112103
Binary110110111101001110011111101010101110011010011110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6de9cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,233,207); }

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

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

 a { background-color: rgb(109,233,207); }

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

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

 span { border-color: rgb(109,233,207); }

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