#604CD9

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

Shades of Slate Blue #604CD9

Tints of Slate Blue #604CD9

Color information

#604CD9 (or 0x604CD9) is unknown color: approx Slate Blue. HEX triplet: 60, 4C and D9. RGB value is (96,76,217). Sum of RGB (Red+Green+Blue) = 96+76+217=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #604CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CD9 is #9FB326. Grayscale: #616161. Windows color (decimal): -10466087 or 14240864. OLE color: 14240864.

HSL color Cylindrical-coordinate representation of color #604CD9: hue angle of 248.51º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604CD9 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9676217-
CMYK0.560.6500.15
HSL248.51º64.98%57.45%-
HSV(B)248.51º64.98%85.1%-
XYZ19.9312.6767.04-
YUV98.05195.13126.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 76 (30.08% from 255) = 19.54%
BLUE value IS 217 (85.16% from 255) = 55.78%
R=24.68%
G=19.54%
B=55.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96762170.560.6500.15248.5164.9857.45
Hex604CD938410Ff94139
Octal1401143317010101737110171
Binary1100000100110011011001111000100000101111111110011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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