#604BC0

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

Shades of Slate Blue #604BC0

Tints of Slate Blue #604BC0

Color information

#604BC0 (or 0x604BC0) is unknown color: approx Slate Blue. HEX triplet: 60, 4B and C0. RGB value is (96,75,192). Sum of RGB (Red+Green+Blue) = 96+75+192=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #604BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BC0 is #9FB43F. Grayscale: #5E5E5E. Windows color (decimal): -10466368 or 12602208. OLE color: 12602208.

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

Color convert

RGB9675192-
CMYK0.500.6100.25
HSL250.77º48.15%52.35%-
HSV(B)250.77º60.94%75.29%-
XYZ16.8511.3251.17-
YUV94.62182.96128.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 192 (75.39% from 255) = 52.89%
R=26.45%
G=20.66%
B=52.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96751920.500.6100.25250.7748.1552.35
Hex604BC0323D019fb3034
Octal14011330062750313736064
Binary110000010010111100000011001011110101100111111011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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