#6A213C

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

Shades of Siren #6A213C

Tints of Siren #6A213C

Color information

#6A213C (or 0x6A213C) is unknown color: approx Siren. HEX triplet: 6A, 21 and 3C. RGB value is (106,33,60). Sum of RGB (Red+Green+Blue) = 106+33+60=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A213C is #95DEC3. Grayscale: #393939. Windows color (decimal): -9821892 or 3940714. OLE color: 3940714.

HSL color Cylindrical-coordinate representation of color #6A213C: hue angle of 337.81º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A213C is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1063360-
CMYK00.690.430.58
HSL337.81º52.52%27.25%-
HSV(B)337.81º68.87%41.57%-
XYZ7.34.484.75-
YUV57.9129.18162.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.27%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=53.27%
G=16.58%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106336000.690.430.58337.8152.5227.25
Hex6A213C0452B3A152351b
Octal1524174010553725226533
Binary11010101000011111000100010110101111101010101001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,33,60); }

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

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

 a { background-color: rgb(106,33,60); }

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

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

 span { border-color: rgb(106,33,60); }

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