Html Css Color HEX #6ECEC0 Downy

📋 copy color: '#6ECEC0'

red 110 ◦ green 206 ◦ blue 192

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

Shades of Downy #6ECEC0

Tints of Downy #6ECEC0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.55%

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

R = 21.65%
G = 40.55%
B = 37.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#6ECEC0 (or 0x6ECEC0) is known color: Downy. HEX triplet: 6E, CE and C0. RGB value is (110,206,192). Sum of RGB (Red+Green+Blue) = 110+206+192=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEC0 is #91313F. Grayscale: #AFAFAF. Windows color (decimal): -9515328 or 12635758. OLE color: 12635758.

HSL color Cylindrical-coordinate representation of color #6ECEC0: hue angle of 171.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECEC0 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 206 192 -
CMYK 0.47 0 0.07 0.19
HSL 171.25º 0.49% 0.62% -
HSV(B) 171.25º 0.47% 0.81% -
XYZ 38.02 51.26 57.76 -
YUV 175.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 110 206 192 0.47 0 0.07 0.19 171.25 0.49 0.62
Hex 6E CE C0 2F 0 7 13 AB 31 3E
Octal 156 316 300 57 0 7 23 253 61 76
Binary 1101110 11001110 11000000 101111 0 111 10011 10101011 110001 111110

Color Harmonies of #6ECEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECEC0

Black with #6ECEC0

Text Example


Text Example

White with #6ECEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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