#604DC0

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

Shades of Slate Blue #604DC0

Tints of Slate Blue #604DC0

Color information

#604DC0 (or 0x604DC0) is unknown color: approx Slate Blue. HEX triplet: 60, 4D and C0. RGB value is (96,77,192). Sum of RGB (Red+Green+Blue) = 96+77+192=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #604DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DC0 is #9FB23F. Grayscale: #5F5F5F. Windows color (decimal): -10465856 or 12602720. OLE color: 12602720.

HSL color Cylindrical-coordinate representation of color #604DC0: hue angle of 249.91º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604DC0 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9677192-
CMYK0.500.6000.25
HSL249.91º47.72%52.75%-
HSV(B)249.91º59.9%75.29%-
XYZ16.9911.651.21-
YUV95.79182.29128.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 77 (30.47% from 255) = 21.10%
BLUE value IS 192 (75.39% from 255) = 52.60%
R=26.30%
G=21.10%
B=52.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96771920.500.6000.25249.9147.7252.75
Hex604DC0323C019fa3035
Octal14011530062740313726065
Binary110000010011011100000011001011110001100111111010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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