#6DCEC0

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

Shades of Downy #6DCEC0

Tints of Downy #6DCEC0

Color information

#6DCEC0 (or 0x6DCEC0) is unknown color: approx Downy. HEX triplet: 6D, CE and C0. RGB value is (109,206,192). Sum of RGB (Red+Green+Blue) = 109+206+192=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEC0 is #92313F. Grayscale: #AFAFAF. Windows color (decimal): -9580864 or 12635757. OLE color: 12635757.

HSL color Cylindrical-coordinate representation of color #6DCEC0: hue angle of 171.34º degrees, saturation: 0.5, 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 #6DCEC0 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB109206192-
CMYK0.4700.070.19
HSL171.34º49.74%61.76%-
HSV(B)171.34º47.09%80.78%-
XYZ37.8951.257.75-
YUV175.4137.3680.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.50%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=21.50%
G=40.63%
B=37.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1092061920.4700.070.19171.3449.7461.76
Hex6DCEC02F0713ab323e
Octal1553163005707232536276
Binary1101101110011101100000010111101111001110101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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