Html Css Color HEX #6ECDBD Downy

📋 copy color: '#6ECDBD'

red 110 ◦ green 205 ◦ blue 189

#6ECDBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6ECDBD

Tints of Downy #6ECDBD

RGB

 RED value IS 110 (43.36% from 255) = 21.83%

 GREEN value IS 205 (80.47% from 255) = 40.67%

 BLUE value IS 189 (74.22% from 255) = 37.5%

R = 21.83%
G = 40.67%
B = 37.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#6ECDBD (or 0x6ECDBD) is known color: Downy. HEX triplet: 6E, CD and BD. RGB value is (110,205,189). Sum of RGB (Red+Green+Blue) = 110+205+189=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDBD is #913242. Grayscale: #AEAEAE. Windows color (decimal): -9515587 or 12438894. OLE color: 12438894.

HSL color Cylindrical-coordinate representation of color #6ECDBD: hue angle of 169.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECDBD is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 205 189 -
CMYK 0.46 0 0.08 0.20
HSL 169.89º 0.49% 0.62% -
HSV(B) 169.89º 0.46% 0.8% -
XYZ 37.45 50.65 55.95 -
YUV 174.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 110 205 189 0.46 0 0.08 0.20 169.89 0.49 0.62
Hex 6E CD BD 2E 0 8 14 AA 31 3E
Octal 156 315 275 56 0 10 24 252 61 76
Binary 1101110 11001101 10111101 101110 0 1000 10100 10101010 110001 111110

Color Harmonies of #6ECDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDBD

Black with #6ECDBD

Text Example


Text Example

White with #6ECDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,205,189); }

 H1.HeaderClassName
 {
   color: #6ECDBD;
 }
 .AnyTagClassName
 {
   color: #6ECDBD;
 }
</style>

background-color css

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

 a { background-color: rgb(110,205,189); }

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

border-color css

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

 span { border-color: rgb(110,205,189); }

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