Html Css Color HEX #6EDCC2 Downy

📋 copy color: '#6EDCC2'

red 110 ◦ green 220 ◦ blue 194

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

Shades of Downy #6EDCC2

Tints of Downy #6EDCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.02%

R = 20.99%
G = 41.98%
B = 37.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#6EDCC2 (or 0x6EDCC2) is known color: Downy. HEX triplet: 6E, DC and C2. RGB value is (110,220,194). Sum of RGB (Red+Green+Blue) = 110+220+194=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCC2 is #91233D. Grayscale: #B8B8B8. Windows color (decimal): -9511742 or 12770414. OLE color: 12770414.

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

Color convert

RGB 110 220 194 -
CMYK 0.50 0 0.12 0.14
HSL 165.82º 0.61% 0.65% -
HSV(B) 165.82º 0.5% 0.86% -
XYZ 41.76 58.4 60.11 -
YUV 184.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 110 220 194 0.50 0 0.12 0.14 165.82 0.61 0.65
Hex 6E DC C2 32 0 C E A6 3D 41
Octal 156 334 302 62 0 14 16 246 75 101
Binary 1101110 11011100 11000010 110010 0 1100 1110 10100110 111101 1000001

Color Harmonies of #6EDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCC2

Black with #6EDCC2

Text Example


Text Example

White with #6EDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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