Html Css Color HEX #6EDBC7 Downy

📋 copy color: '#6EDBC7'

red 110 ◦ green 219 ◦ blue 199

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

Shades of Downy #6EDBC7

Tints of Downy #6EDBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 20.83%
G = 41.48%
B = 37.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#6EDBC7 (or 0x6EDBC7) is known color: Downy. HEX triplet: 6E, DB and C7. RGB value is (110,219,199). Sum of RGB (Red+Green+Blue) = 110+219+199=528 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.83% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBC7 is #912438. Grayscale: #B8B8B8. Windows color (decimal): -9511993 or 13097838. OLE color: 13097838.

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

Color convert

RGB 110 219 199 -
CMYK 0.50 0 0.09 0.14
HSL 168.99º 0.6% 0.65% -
HSV(B) 168.99º 0.5% 0.86% -
XYZ 42.07 58.1 63.03 -
YUV 184.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 110 219 199 0.50 0 0.09 0.14 168.99 0.6 0.65
Hex 6E DB C7 32 0 9 E A9 3C 41
Octal 156 333 307 62 0 11 16 251 74 101
Binary 1101110 11011011 11000111 110010 0 1001 1110 10101001 111100 1000001

Color Harmonies of #6EDBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBC7

Black with #6EDBC7

Text Example


Text Example

White with #6EDBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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