#6A303F

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

Shades of Siren #6A303F

Tints of Siren #6A303F

Color information

#6A303F (or 0x6A303F) is unknown color: approx Siren. HEX triplet: 6A, 30 and 3F. RGB value is (106,48,63). Sum of RGB (Red+Green+Blue) = 106+48+63=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A303F is #95CFC0. Grayscale: #434343. Windows color (decimal): -9818049 or 4141162. OLE color: 4141162.

HSL color Cylindrical-coordinate representation of color #6A303F: hue angle of 344.48º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A303F is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB1064863-
CMYK00.550.410.58
HSL344.48º37.66%30.2%-
HSV(B)344.48º54.72%41.57%-
XYZ7.95.545.36-
YUV67.05125.72155.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.85%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 63 (25% from 255) = 29.03%
R=48.85%
G=22.12%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106486300.550.410.58344.4837.6630.2
Hex6A303F037293A158261e
Octal152607706751725304636
Binary1101010110000111111011011110100111101010101100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,48,63); }

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

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

 a { background-color: rgb(106,48,63); }

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

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

 span { border-color: rgb(106,48,63); }

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