#6059BF

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

Shades of Slate Blue #6059BF

Tints of Slate Blue #6059BF

Color information

#6059BF (or 0x6059BF) is unknown color: approx Slate Blue. HEX triplet: 60, 59 and BF. RGB value is (96,89,191). Sum of RGB (Red+Green+Blue) = 96+89+191=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #6059BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059BF is #9FA640. Grayscale: #666666. Windows color (decimal): -10462785 or 12540256. OLE color: 12540256.

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

Color convert

RGB9689191-
CMYK0.500.5300.25
HSL244.12º44.35%54.9%-
HSV(B)244.12º53.4%74.9%-
XYZ17.813.3950.94-
YUV102.72177.82123.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.53%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 191 (75% from 255) = 50.80%
R=25.53%
G=23.67%
B=50.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96891910.500.5300.25244.1244.3554.9
Hex6059BF3235019f42c37
Octal14013127762650313645467
Binary110000010110011011111111001011010101100111110100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6059BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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