Html Css Color HEX #6EDECE Downy

📋 copy color: '#6EDECE'

red 110 ◦ green 222 ◦ blue 206

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

Shades of Downy #6EDECE

Tints of Downy #6EDECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 20.45%
G = 41.26%
B = 38.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6EDECE (or 0x6EDECE) is known color: Downy. HEX triplet: 6E, DE and CE. RGB value is (110,222,206). Sum of RGB (Red+Green+Blue) = 110+222+206=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDECE is #912131. Grayscale: #BABABA. Windows color (decimal): -9511218 or 13557358. OLE color: 13557358.

HSL color Cylindrical-coordinate representation of color #6EDECE: hue angle of 171.43º 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 #6EDECE is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 222 206 -
CMYK 0.50 0 0.07 0.13
HSL 171.43º 0.63% 0.65% -
HSV(B) 171.43º 0.5% 0.87% -
XYZ 43.69 60.01 67.67 -
YUV 186.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 110 222 206 0.50 0 0.07 0.13 171.43 0.63 0.65
Hex 6E DE CE 32 0 7 D AB 3F 41
Octal 156 336 316 62 0 7 15 253 77 101
Binary 1101110 11011110 11001110 110010 0 111 1101 10101011 111111 1000001

Color Harmonies of #6EDECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDECE

Black with #6EDECE

Text Example


Text Example

White with #6EDECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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