#604CC0

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

Shades of Slate Blue #604CC0

Tints of Slate Blue #604CC0

Color information

#604CC0 (or 0x604CC0) is unknown color: approx Slate Blue. HEX triplet: 60, 4C and C0. RGB value is (96,76,192). Sum of RGB (Red+Green+Blue) = 96+76+192=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #604CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CC0 is #9FB33F. Grayscale: #5E5E5E. Windows color (decimal): -10466112 or 12602464. OLE color: 12602464.

HSL color Cylindrical-coordinate representation of color #604CC0: hue angle of 250.34º 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 #604CC0 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9676192-
CMYK0.500.6000.25
HSL250.34º47.93%52.55%-
HSV(B)250.34º60.42%75.29%-
XYZ16.9211.4651.19-
YUV95.2182.63128.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 76 (30.08% from 255) = 20.88%
BLUE value IS 192 (75.39% from 255) = 52.75%
R=26.37%
G=20.88%
B=52.75%

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
Decimal96761920.500.6000.25250.3447.9352.55
Hex604CC0323C019fa3035
Octal14011430062740313726065
Binary110000010011001100000011001011110001100111111010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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