#6E2440

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

Shades of Siren #6E2440

Tints of Siren #6E2440

Color information

#6E2440 (or 0x6E2440) is unknown color: approx Siren. HEX triplet: 6E, 24 and 40. RGB value is (110,36,64). Sum of RGB (Red+Green+Blue) = 110+36+64=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2440 is #91DBBF. Grayscale: #3D3D3D. Windows color (decimal): -9558976 or 4203630. OLE color: 4203630.

HSL color Cylindrical-coordinate representation of color #6E2440: hue angle of 337.3º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E2440 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB1103664-
CMYK00.670.420.57
HSL337.3º50.68%28.63%-
HSV(B)337.3º67.27%43.14%-
XYZ7.994.955.38-
YUV61.32129.52162.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.38%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=52.38%
G=17.14%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110366400.670.420.57337.350.6828.63
Hex6E24400432A39151331d
Octal15644100010352715216335
Binary110111010010010000000100001110101011100110101000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,36,64); }

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

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

 a { background-color: rgb(110,36,64); }

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

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

 span { border-color: rgb(110,36,64); }

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