Html Css Color HEX #6EDBC5 Downy

📋 copy color: '#6EDBC5'

red 110 ◦ green 219 ◦ blue 197

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

Shades of Downy #6EDBC5

Tints of Downy #6EDBC5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

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

R = 20.91%
G = 41.63%
B = 37.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#6EDBC5 (or 0x6EDBC5) is known color: Downy. HEX triplet: 6E, DB and C5. RGB value is (110,219,197). Sum of RGB (Red+Green+Blue) = 110+219+197=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBC5 is #91243A. Grayscale: #B7B7B7. Windows color (decimal): -9511995 or 12966766. OLE color: 12966766.

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

Color convert

RGB 110 219 197 -
CMYK 0.50 0 0.10 0.14
HSL 167.89º 0.6% 0.65% -
HSV(B) 167.89º 0.5% 0.86% -
XYZ 41.84 58.01 61.82 -
YUV 183.9 135.39 75.29 -
System Red Green Blue C M Y K H S L
Decimal 110 219 197 0.50 0 0.10 0.14 167.89 0.6 0.65
Hex 6E DB C5 32 0 A E A8 3C 41
Octal 156 333 305 62 0 12 16 250 74 101
Binary 1101110 11011011 11000101 110010 0 1010 1110 10101000 111100 1000001

Color Harmonies of #6EDBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBC5

Black with #6EDBC5

Text Example


Text Example

White with #6EDBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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