#6157BF

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

Shades of Slate Blue #6157BF

Tints of Slate Blue #6157BF

Color information

#6157BF (or 0x6157BF) is unknown color: approx Slate Blue. HEX triplet: 61, 57 and BF. RGB value is (97,87,191). Sum of RGB (Red+Green+Blue) = 97+87+191=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #6157BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157BF is #9EA840. Grayscale: #656565. Windows color (decimal): -10397761 or 12539745. OLE color: 12539745.

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

Color convert

RGB9787191-
CMYK0.490.5400.25
HSL245.77º44.83%54.51%-
HSV(B)245.77º54.45%74.9%-
XYZ17.7413.1250.89-
YUV101.85178.31124.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 191 (75% from 255) = 50.93%
R=25.87%
G=23.2%
B=50.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97871910.490.5400.25245.7744.8354.51
Hex6157BF3136019f62d37
Octal14112727761660313665567
Binary110000110101111011111111000111011001100111110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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