#604ACB

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

Shades of Slate Blue #604ACB

Tints of Slate Blue #604ACB

Color information

#604ACB (or 0x604ACB) is unknown color: approx Slate Blue. HEX triplet: 60, 4A and CB. RGB value is (96,74,203). Sum of RGB (Red+Green+Blue) = 96+74+203=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #604ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604ACB is #9FB534. Grayscale: #5E5E5E. Windows color (decimal): -10466613 or 13322848. OLE color: 13322848.

HSL color Cylindrical-coordinate representation of color #604ACB: hue angle of 250.23º degrees, saturation: 0.55, 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 #604ACB is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9674203-
CMYK0.530.6400.20
HSL250.23º55.36%54.31%-
HSV(B)250.23º63.55%79.61%-
XYZ18.0511.757.81-
YUV95.28188.79128.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 203 (79.69% from 255) = 54.42%
R=25.74%
G=19.84%
B=54.42%

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
Decimal96742030.530.6400.20250.2355.3654.31
Hex604ACB3540014fa3736
Octal140112313651000243726766
Binary1100000100101011001011110101100000001010011111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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