#6058cb

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

Shades of Slate Blue #6058CB

Tints of Slate Blue #6058CB

Color information

#6058CB (or 0x6058CB) is unknown color: approx Slate Blue. HEX triplet: 60, 58 and CB. RGB value is (96,88,203). Sum of RGB (Red+Green+Blue) = 96+88+203=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #6058CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058CB is #9FA734. Grayscale: #676767. Windows color (decimal): -10463029 or 13326432. OLE color: 13326432.

HSL color Cylindrical-coordinate representation of color #6058CB: hue angle of 244.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6058CB is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9688203-
CMYK0.530.5700.20
HSL244.17º52.51%57.06%-
HSV(B)244.17º56.65%79.61%-
XYZ19.0913.7858.15-
YUV103.5184.15122.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 203 (79.69% from 255) = 52.45%
R=24.81%
G=22.74%
B=52.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96882030.530.5700.20244.1752.5157.06
Hex6058CB3539014f43539
Octal14013031365710243646571
Binary110000010110001100101111010111100101010011110100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6058cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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