#6151BF

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

Shades of Slate Blue #6151BF

Tints of Slate Blue #6151BF

Color information

#6151BF (or 0x6151BF) is unknown color: approx Slate Blue. HEX triplet: 61, 51 and BF. RGB value is (97,81,191). Sum of RGB (Red+Green+Blue) = 97+81+191=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #6151BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151BF is #9EAE40. Grayscale: #616161. Windows color (decimal): -10399297 or 12538209. OLE color: 12538209.

HSL color Cylindrical-coordinate representation of color #6151BF: hue angle of 248.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6151BF is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9781191-
CMYK0.490.5800.25
HSL248.73º46.22%53.33%-
HSV(B)248.73º57.59%74.9%-
XYZ17.2812.1950.73-
YUV98.32180.3127.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 191 (75% from 255) = 51.76%
R=26.29%
G=21.95%
B=51.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97811910.490.5800.25248.7346.2253.33
Hex6151BF313A019f92e35
Octal14112127761720313715665
Binary110000110100011011111111000111101001100111111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6151BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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