#6048BF

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

Shades of Slate Blue #6048BF

Tints of Slate Blue #6048BF

Color information

#6048BF (or 0x6048BF) is unknown color: approx Slate Blue. HEX triplet: 60, 48 and BF. RGB value is (96,72,191). Sum of RGB (Red+Green+Blue) = 96+72+191=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #6048BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6048BF is #9FB740. Grayscale: #5C5C5C. Windows color (decimal): -10467137 or 12535904. OLE color: 12535904.

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

Color convert

RGB9672191-
CMYK0.500.6200.25
HSL252.1º48.18%51.57%-
HSV(B)252.1º62.3%74.9%-
XYZ16.5510.8850.52-
YUV92.74183.45130.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.74%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 191 (75% from 255) = 53.20%
R=26.74%
G=20.06%
B=53.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96721910.500.6200.25252.148.1851.57
Hex6048BF323E019fc3034
Octal14011027762760313746064
Binary110000010010001011111111001011111001100111111100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6048BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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