#604EC1

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

Shades of Slate Blue #604EC1

Tints of Slate Blue #604EC1

Color information

#604EC1 (or 0x604EC1) is unknown color: approx Slate Blue. HEX triplet: 60, 4E and C1. RGB value is (96,78,193). Sum of RGB (Red+Green+Blue) = 96+78+193=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #604EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EC1 is #9FB13E. Grayscale: #606060. Windows color (decimal): -10465599 or 12668512. OLE color: 12668512.

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

Color convert

RGB9678193-
CMYK0.500.6000.24
HSL249.39º48.12%53.14%-
HSV(B)249.39º59.59%75.69%-
XYZ17.1711.7951.82-
YUV96.49182.46127.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=26.16%
G=21.25%
B=52.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96781930.500.6000.24249.3948.1253.14
Hex604EC1323C018f93035
Octal14011630162740303716065
Binary110000010011101100000111001011110001100011111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,78,193); }

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

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

 a { background-color: rgb(96,78,193); }

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

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

 span { border-color: rgb(96,78,193); }

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