#6EDEC1

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

Shades of Downy #6EDEC1

Tints of Downy #6EDEC1

Color information

#6EDEC1 (or 0x6EDEC1) is unknown color: approx Downy. HEX triplet: 6E, DE and C1. RGB value is (110,222,193). Sum of RGB (Red+Green+Blue) = 110+222+193=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEC1 is #91213E. Grayscale: #B9B9B9. Windows color (decimal): -9511231 or 12705390. OLE color: 12705390.

HSL color Cylindrical-coordinate representation of color #6EDEC1: hue angle of 164.46º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDEC1 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB110222193-
CMYK0.5000.130.13
HSL164.46º62.92%65.1%-
HSV(B)164.46º50.45%87.06%-
XYZ42.1859.4159.7-
YUV185.21132.3974.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.95%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=20.95%
G=42.29%
B=36.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102221930.5000.130.13164.4662.9265.1
Hex6EDEC1320DDa43f41
Octal156336301620151524477101
Binary11011101101111011000001110010011011101101001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,222,193); }

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

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

 a { background-color: rgb(110,222,193); }

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

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

 span { border-color: rgb(110,222,193); }

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