Html Css Color HEX #6ED9C0 Downy

📋 copy color: '#6ED9C0'

red 110 ◦ green 217 ◦ blue 192

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

Shades of Downy #6ED9C0

Tints of Downy #6ED9C0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

 BLUE value IS 192 (75.39% from 255) = 36.99%

R = 21.19%
G = 41.81%
B = 36.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#6ED9C0 (or 0x6ED9C0) is known color: Downy. HEX triplet: 6E, D9 and C0. RGB value is (110,217,192). Sum of RGB (Red+Green+Blue) = 110+217+192=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED9C0 is #91263F. Grayscale: #B6B6B6. Windows color (decimal): -9512512 or 12638574. OLE color: 12638574.

HSL color Cylindrical-coordinate representation of color #6ED9C0: hue angle of 165.98º 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 #6ED9C0 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 217 192 -
CMYK 0.49 0 0.12 0.15
HSL 165.98º 0.58% 0.64% -
HSV(B) 165.98º 0.49% 0.85% -
XYZ 40.76 56.75 58.67 -
YUV 182.16 133.55 76.53 -
System Red Green Blue C M Y K H S L
Decimal 110 217 192 0.49 0 0.12 0.15 165.98 0.58 0.64
Hex 6E D9 C0 31 0 C F A6 3A 40
Octal 156 331 300 61 0 14 17 246 72 100
Binary 1101110 11011001 11000000 110001 0 1100 1111 10100110 111010 1000000

Color Harmonies of #6ED9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED9C0

Black with #6ED9C0

Text Example


Text Example

White with #6ED9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,217,192); }

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

background-color css

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

 a { background-color: rgb(110,217,192); }

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

border-color css

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

 span { border-color: rgb(110,217,192); }

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