#6ECBC0

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

Shades of Downy #6ECBC0

Tints of Downy #6ECBC0

Color information

#6ECBC0 (or 0x6ECBC0) is unknown color: approx Downy. HEX triplet: 6E, CB and C0. RGB value is (110,203,192). Sum of RGB (Red+Green+Blue) = 110+203+192=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBC0 is #91343F. Grayscale: #ADADAD. Windows color (decimal): -9516096 or 12634990. OLE color: 12634990.

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

Color convert

RGB110203192-
CMYK0.4600.050.20
HSL172.9º47.21%61.37%-
HSV(B)172.9º45.81%79.61%-
XYZ37.349.8357.52-
YUV173.94138.1982.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.78%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=21.78%
G=40.20%
B=38.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1102031920.4600.050.20172.947.2161.37
Hex6ECBC02E0514ad2f3d
Octal1563133005605242555775
Binary1101110110010111100000010111001011010010101101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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