Html Css Color HEX #6ED8C7 Downy

📋 copy color: '#6ED8C7'

red 110 ◦ green 216 ◦ blue 199

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

Shades of Downy #6ED8C7

Tints of Downy #6ED8C7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.14%

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

R = 20.95%
G = 41.14%
B = 37.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#6ED8C7 (or 0x6ED8C7) is known color: Downy. HEX triplet: 6E, D8 and C7. RGB value is (110,216,199). Sum of RGB (Red+Green+Blue) = 110+216+199=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED8C7 is #912738. Grayscale: #B6B6B6. Windows color (decimal): -9512761 or 13097070. OLE color: 13097070.

HSL color Cylindrical-coordinate representation of color #6ED8C7: hue angle of 170.38º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED8C7 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 216 199 -
CMYK 0.49 0 0.08 0.15
HSL 170.38º 0.58% 0.64% -
HSV(B) 170.38º 0.49% 0.85% -
XYZ 41.3 56.55 62.77 -
YUV 182.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 110 216 199 0.49 0 0.08 0.15 170.38 0.58 0.64
Hex 6E D8 C7 31 0 8 F AA 3A 40
Octal 156 330 307 61 0 10 17 252 72 100
Binary 1101110 11011000 11000111 110001 0 1000 1111 10101010 111010 1000000

Color Harmonies of #6ED8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED8C7

Black with #6ED8C7

Text Example


Text Example

White with #6ED8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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