Html Css Color HEX #6ED2B9 Downy

📋 copy color: '#6ED2B9'

red 110 ◦ green 210 ◦ blue 185

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

Shades of Downy #6ED2B9

Tints of Downy #6ED2B9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.58%

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 21.78%
G = 41.58%
B = 36.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#6ED2B9 (or 0x6ED2B9) is known color: Downy. HEX triplet: 6E, D2 and B9. RGB value is (110,210,185). Sum of RGB (Red+Green+Blue) = 110+210+185=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2B9 is #912D46. Grayscale: #B1B1B1. Windows color (decimal): -9514311 or 12178030. OLE color: 12178030.

HSL color Cylindrical-coordinate representation of color #6ED2B9: hue angle of 165º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED2B9 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 210 185 -
CMYK 0.48 0 0.12 0.18
HSL 165º 0.53% 0.63% -
HSV(B) 165º 0.48% 0.82% -
XYZ 38.23 52.91 54.1 -
YUV 177.25 132.37 80.03 -
System Red Green Blue C M Y K H S L
Decimal 110 210 185 0.48 0 0.12 0.18 165 0.53 0.63
Hex 6E D2 B9 30 0 C 12 A5 35 3F
Octal 156 322 271 60 0 14 22 245 65 77
Binary 1101110 11010010 10111001 110000 0 1100 10010 10100101 110101 111111

Color Harmonies of #6ED2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED2B9

Black with #6ED2B9

Text Example


Text Example

White with #6ED2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,210,185); }

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

background-color css

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

 a { background-color: rgb(110,210,185); }

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

border-color css

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

 span { border-color: rgb(110,210,185); }

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