Html Css Color HEX #6EDCCC Downy

📋 copy color: '#6EDCCC'

red 110 ◦ green 220 ◦ blue 204

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

Shades of Downy #6EDCCC

Tints of Downy #6EDCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.2%

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 20.6%
G = 41.2%
B = 38.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#6EDCCC (or 0x6EDCCC) is known color: Downy. HEX triplet: 6E, DC and CC. RGB value is (110,220,204). Sum of RGB (Red+Green+Blue) = 110+220+204=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCCC is #912333. Grayscale: #B9B9B9. Windows color (decimal): -9511732 or 13425774. OLE color: 13425774.

HSL color Cylindrical-coordinate representation of color #6EDCCC: hue angle of 171.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDCCC is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 220 204 -
CMYK 0.50 0 0.07 0.14
HSL 171.27º 0.61% 0.65% -
HSV(B) 171.27º 0.5% 0.86% -
XYZ 42.92 58.86 66.23 -
YUV 185.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 110 220 204 0.50 0 0.07 0.14 171.27 0.61 0.65
Hex 6E DC CC 32 0 7 E AB 3D 41
Octal 156 334 314 62 0 7 16 253 75 101
Binary 1101110 11011100 11001100 110010 0 111 1110 10101011 111101 1000001

Color Harmonies of #6EDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCCC

Black with #6EDCCC

Text Example


Text Example

White with #6EDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,220,204); }

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

background-color css

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

 a { background-color: rgb(110,220,204); }

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

border-color css

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

 span { border-color: rgb(110,220,204); }

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