Html Css Color HEX #6EDCC4 Downy

📋 copy color: '#6EDCC4'

red 110 ◦ green 220 ◦ blue 196

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

Shades of Downy #6EDCC4

Tints of Downy #6EDCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.26%

R = 20.91%
G = 41.83%
B = 37.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#6EDCC4 (or 0x6EDCC4) is known color: Downy. HEX triplet: 6E, DC and C4. RGB value is (110,220,196). Sum of RGB (Red+Green+Blue) = 110+220+196=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCC4 is #91233B. Grayscale: #B8B8B8. Windows color (decimal): -9511740 or 12901486. OLE color: 12901486.

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

Color convert

RGB 110 220 196 -
CMYK 0.50 0 0.11 0.14
HSL 166.91º 0.61% 0.65% -
HSV(B) 166.91º 0.5% 0.86% -
XYZ 41.99 58.49 61.3 -
YUV 184.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 110 220 196 0.50 0 0.11 0.14 166.91 0.61 0.65
Hex 6E DC C4 32 0 B E A7 3D 41
Octal 156 334 304 62 0 13 16 247 75 101
Binary 1101110 11011100 11000100 110010 0 1011 1110 10100111 111101 1000001

Color Harmonies of #6EDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCC4

Black with #6EDCC4

Text Example


Text Example

White with #6EDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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