#6CECBA

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

Shades of Downy #6CECBA

Tints of Downy #6CECBA

Color information

#6CECBA (or 0x6CECBA) is unknown color: approx Downy. HEX triplet: 6C, EC and BA. RGB value is (108,236,186). Sum of RGB (Red+Green+Blue) = 108+236+186=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECBA is #931345. Grayscale: #C0C0C0. Windows color (decimal): -9638726 or 12250220. OLE color: 12250220.

HSL color Cylindrical-coordinate representation of color #6CECBA: hue angle of 156.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CECBA is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB108236186-
CMYK0.5400.210.07
HSL156.56º77.11%67.45%-
HSV(B)156.56º54.24%92.55%-
XYZ45.0466.7256.96-
YUV192.03124.5968.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.38%
GREEN value IS 236 (92.58% from 255) = 44.53%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=20.38%
G=44.53%
B=35.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082361860.5400.210.07156.5677.1167.45
Hex6CECBA3601579d4d43
Octal154354272660257235115103
Binary110110011101100101110101101100101011111001110110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,236,186); }

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

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

 a { background-color: rgb(108,236,186); }

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

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

 span { border-color: rgb(108,236,186); }

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