#6160BF

Color #6160BF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6160BF

Tints of Slate Blue #6160BF

Color information

#6160BF (or 0x6160BF) is unknown color: approx Slate Blue. HEX triplet: 61, 60 and BF. RGB value is (97,96,191). Sum of RGB (Red+Green+Blue) = 97+96+191=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #6160BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160BF is #9E9F40. Grayscale: #6A6A6A. Windows color (decimal): -10395457 or 12542049. OLE color: 12542049.

HSL color Cylindrical-coordinate representation of color #6160BF: hue angle of 240.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6160BF is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9796191-
CMYK0.490.5000.25
HSL240.63º42.6%56.27%-
HSV(B)240.63º49.74%74.9%-
XYZ18.5214.6751.15-
YUV107.13175.33120.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.26%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 191 (75% from 255) = 49.74%
R=25.26%
G=25%
B=49.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97961910.490.5000.25240.6342.656.27
Hex6160BF3132019f12b38
Octal14114027761620313615370
Binary110000111000001011111111000111001001100111110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6160BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6160BF; }

 p { color: rgb(97,96,191); }

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

<style>
 a { background-color: #6160BF; }

 a { background-color: rgb(97,96,191); }

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

<style>
 span { border-color: #6160BF; }

 span { border-color: rgb(97,96,191); }

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