#604DCB

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

Shades of Slate Blue #604DCB

Tints of Slate Blue #604DCB

Color information

#604DCB (or 0x604DCB) is unknown color: approx Slate Blue. HEX triplet: 60, 4D and CB. RGB value is (96,77,203). Sum of RGB (Red+Green+Blue) = 96+77+203=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #604DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DCB is #9FB234. Grayscale: #606060. Windows color (decimal): -10465845 or 13323616. OLE color: 13323616.

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

Color convert

RGB9677203-
CMYK0.530.6200.20
HSL249.05º54.78%54.9%-
HSV(B)249.05º62.07%79.61%-
XYZ18.2612.1157.87-
YUV97.04187.79127.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.53%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 203 (79.69% from 255) = 53.99%
R=25.53%
G=20.48%
B=53.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96772030.530.6200.20249.0554.7854.9
Hex604DCB353E014f93737
Octal14011531365760243716767
Binary110000010011011100101111010111111001010011111001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604DCB; }

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

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

<style>
 a { background-color: #604DCB; }

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

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

<style>
 span { border-color: #604DCB; }

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

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