Html Css Color HEX #6EDED0 Downy

📋 copy color: '#6EDED0'

red 110 ◦ green 222 ◦ blue 208

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

Shades of Downy #6EDED0

Tints of Downy #6EDED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.11%

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 20.37%
G = 41.11%
B = 38.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#6EDED0 (or 0x6EDED0) is known color: Downy. HEX triplet: 6E, DE and D0. RGB value is (110,222,208). Sum of RGB (Red+Green+Blue) = 110+222+208=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDED0 is #91212F. Grayscale: #BABABA. Windows color (decimal): -9511216 or 13688430. OLE color: 13688430.

HSL color Cylindrical-coordinate representation of color #6EDED0: hue angle of 172.5º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDED0 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 222 208 -
CMYK 0.50 0 0.06 0.13
HSL 172.5º 0.63% 0.65% -
HSV(B) 172.5º 0.5% 0.87% -
XYZ 43.94 60.11 68.96 -
YUV 186.92 139.89 73.14 -
System Red Green Blue C M Y K H S L
Decimal 110 222 208 0.50 0 0.06 0.13 172.5 0.63 0.65
Hex 6E DE D0 32 0 6 D AC 3F 41
Octal 156 336 320 62 0 6 15 254 77 101
Binary 1101110 11011110 11010000 110010 0 110 1101 10101100 111111 1000001

Color Harmonies of #6EDED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDED0

Black with #6EDED0

Text Example


Text Example

White with #6EDED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,222,208); }

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

background-color css

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

 a { background-color: rgb(110,222,208); }

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

border-color css

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

 span { border-color: rgb(110,222,208); }

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