#6049CB

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

Shades of Slate Blue #6049CB

Tints of Slate Blue #6049CB

Color information

#6049CB (or 0x6049CB) is unknown color: approx Slate Blue. HEX triplet: 60, 49 and CB. RGB value is (96,73,203). Sum of RGB (Red+Green+Blue) = 96+73+203=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #6049CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049CB is #9FB634. Grayscale: #5E5E5E. Windows color (decimal): -10466869 or 13322592. OLE color: 13322592.

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

Color convert

RGB9673203-
CMYK0.530.6400.20
HSL250.62º55.56%54.12%-
HSV(B)250.62º64.04%79.61%-
XYZ17.9911.5657.78-
YUV94.7189.12128.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 203 (79.69% from 255) = 54.57%
R=25.81%
G=19.62%
B=54.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96732030.530.6400.20250.6255.5654.12
Hex6049CB3540014fb3836
Octal140111313651000243737066
Binary1100000100100111001011110101100000001010011111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6049CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6049CB; }

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

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

<style>
 a { background-color: #6049CB; }

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

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

<style>
 span { border-color: #6049CB; }

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

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