#6DD6BE

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

Shades of Downy #6DD6BE

Tints of Downy #6DD6BE

Color information

#6DD6BE (or 0x6DD6BE) is unknown color: approx Downy. HEX triplet: 6D, D6 and BE. RGB value is (109,214,190). Sum of RGB (Red+Green+Blue) = 109+214+190=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #6DD6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD6BE is #922941. Grayscale: #B3B3B3. Windows color (decimal): -9578818 or 12506733. OLE color: 12506733.

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

Color convert

RGB109214190-
CMYK0.4900.110.16
HSL166.29º56.15%63.33%-
HSV(B)166.29º49.07%83.92%-
XYZ39.6555.0657.25-
YUV179.87133.7177.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.25%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=21.25%
G=41.72%
B=37.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092141900.4900.110.16166.2956.1563.33
Hex6DD6BE310B10a6383f
Octal15532627661013202467077
Binary11011011101011010111110110001010111000010100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,214,190); }

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

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

 a { background-color: rgb(109,214,190); }

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

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

 span { border-color: rgb(109,214,190); }

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