#6058BF

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

Shades of Slate Blue #6058BF

Tints of Slate Blue #6058BF

Color information

#6058BF (or 0x6058BF) is unknown color: approx Slate Blue. HEX triplet: 60, 58 and BF. RGB value is (96,88,191). Sum of RGB (Red+Green+Blue) = 96+88+191=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 88 (34.77% from 255 or 23.47% 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 #6058BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058BF is #9FA740. Grayscale: #656565. Windows color (decimal): -10463041 or 12540000. OLE color: 12540000.

HSL color Cylindrical-coordinate representation of color #6058BF: hue angle of 244.66º 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 #6058BF is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9688191-
CMYK0.500.5400.25
HSL244.66º44.59%54.71%-
HSV(B)244.66º53.93%74.9%-
XYZ17.7213.2350.91-
YUV102.13178.15123.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.6%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 191 (75% from 255) = 50.93%
R=25.6%
G=23.47%
B=50.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96881910.500.5400.25244.6644.5954.71
Hex6058BF3236019f52d37
Octal14013027762660313655567
Binary110000010110001011111111001011011001100111110101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6058BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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