Html Css Color HEX #6ECAC0 Downy

📋 copy color: '#6ECAC0'

red 110 ◦ green 202 ◦ blue 192

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

Shades of Downy #6ECAC0

Tints of Downy #6ECAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

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

R = 21.83%
G = 40.08%
B = 38.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#6ECAC0 (or 0x6ECAC0) is known color: Downy. HEX triplet: 6E, CA and C0. RGB value is (110,202,192). Sum of RGB (Red+Green+Blue) = 110+202+192=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECAC0 is #91353F. Grayscale: #ADADAD. Windows color (decimal): -9516352 or 12634734. OLE color: 12634734.

HSL color Cylindrical-coordinate representation of color #6ECAC0: hue angle of 173.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECAC0 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 202 192 -
CMYK 0.46 0 0.05 0.21
HSL 173.48º 0.46% 0.61% -
HSV(B) 173.48º 0.46% 0.79% -
XYZ 37.07 49.36 57.44 -
YUV 173.35 138.52 82.81 -
System Red Green Blue C M Y K H S L
Decimal 110 202 192 0.46 0 0.05 0.21 173.48 0.46 0.61
Hex 6E CA C0 2E 0 5 15 AD 2E 3D
Octal 156 312 300 56 0 5 25 255 56 75
Binary 1101110 11001010 11000000 101110 0 101 10101 10101101 101110 111101

Color Harmonies of #6ECAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECAC0

Black with #6ECAC0

Text Example


Text Example

White with #6ECAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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