#6A203B

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

Shades of Siren #6A203B

Tints of Siren #6A203B

Color information

#6A203B (or 0x6A203B) is unknown color: approx Siren. HEX triplet: 6A, 20 and 3B. RGB value is (106,32,59). Sum of RGB (Red+Green+Blue) = 106+32+59=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A203B is #95DFC4. Grayscale: #393939. Windows color (decimal): -9822149 or 3874922. OLE color: 3874922.

HSL color Cylindrical-coordinate representation of color #6A203B: hue angle of 338.11º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A203B is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1063259-
CMYK00.700.440.58
HSL338.11º53.62%27.06%-
HSV(B)338.11º69.81%41.57%-
XYZ7.254.414.61-
YUV57.2129.02162.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.81%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=53.81%
G=16.24%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106325900.700.440.58338.1153.6227.06
Hex6A203B0462C3A152361b
Octal1524073010654725226633
Binary11010101000001110110100011010110011101010101001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,32,59); }

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

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

 a { background-color: rgb(106,32,59); }

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

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

 span { border-color: rgb(106,32,59); }

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