#6ECCC0

Color #6ECCC0 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6ECCC0

Tints of Downy #6ECCC0

Color information

#6ECCC0 (or 0x6ECCC0) is unknown color: approx Downy. HEX triplet: 6E, CC and C0. RGB value is (110,204,192). Sum of RGB (Red+Green+Blue) = 110+204+192=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCC0 is #91333F. Grayscale: #AEAEAE. Windows color (decimal): -9515840 or 12635246. OLE color: 12635246.

HSL color Cylindrical-coordinate representation of color #6ECCC0: hue angle of 172.34º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCC0 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB110204192-
CMYK0.4600.060.2
HSL172.34º47.96%61.57%-
HSV(B)172.34º46.08%80%-
XYZ37.5450.3157.6-
YUV174.53137.8681.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.74%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 192 (75.39% from 255) = 37.94%
R=21.74%
G=40.32%
B=37.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041920.4600.060.2172.3447.9661.57
Hex6ECCC02E0614ac303e
Octal1563143005606242546076
Binary1101110110011001100000010111001101010010101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ECCC0;
 }
 .AnyTagClassName
 {
   color: #6ECCC0;
 }
</style>
background-color css

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

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

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

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

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

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