Html Css Color HEX #6EDDC5 Downy

📋 copy color: '#6EDDC5'

red 110 ◦ green 221 ◦ blue 197

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

Shades of Downy #6EDDC5

Tints of Downy #6EDDC5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

 BLUE value IS 197 (77.34% from 255) = 37.31%

R = 20.83%
G = 41.86%
B = 37.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#6EDDC5 (or 0x6EDDC5) is known color: Downy. HEX triplet: 6E, DD and C5. RGB value is (110,221,197). Sum of RGB (Red+Green+Blue) = 110+221+197=528 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.83% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDC5 is #91223A. Grayscale: #B9B9B9. Windows color (decimal): -9511483 or 12967278. OLE color: 12967278.

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

Color convert

RGB 110 221 197 -
CMYK 0.50 0 0.11 0.13
HSL 167.03º 0.62% 0.65% -
HSV(B) 167.03º 0.5% 0.87% -
XYZ 42.36 59.06 61.99 -
YUV 185.08 134.73 74.45 -
System Red Green Blue C M Y K H S L
Decimal 110 221 197 0.50 0 0.11 0.13 167.03 0.62 0.65
Hex 6E DD C5 32 0 B D A7 3E 41
Octal 156 335 305 62 0 13 15 247 76 101
Binary 1101110 11011101 11000101 110010 0 1011 1101 10100111 111110 1000001

Color Harmonies of #6EDDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDC5

Black with #6EDDC5

Text Example


Text Example

White with #6EDDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,221,197); }

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

background-color css

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

 a { background-color: rgb(110,221,197); }

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

border-color css

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

 span { border-color: rgb(110,221,197); }

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