#604FE6

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

Shades of Slate Blue #604FE6

Tints of Slate Blue #604FE6

Color information

#604FE6 (or 0x604FE6) is unknown color: approx Slate Blue. HEX triplet: 60, 4F and E6. RGB value is (96,79,230). Sum of RGB (Red+Green+Blue) = 96+79+230=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #604FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604FE6 is #9FB019. Grayscale: #646464. Windows color (decimal): -10465306 or 15093600. OLE color: 15093600.

HSL color Cylindrical-coordinate representation of color #604FE6: hue angle of 246.75º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #604FE6 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9679230-
CMYK0.580.6600.10
HSL246.75º75.12%60.59%-
HSV(B)246.75º65.65%90.2%-
XYZ21.913.7976.37-
YUV101.3200.63124.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.70%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 230 (90.23% from 255) = 56.79%
R=23.70%
G=19.51%
B=56.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal96792300.580.6600.10246.7575.1260.59
Hex604FE63A420Af74b3d
Octal1401173467210201236711375
Binary1100000100111111100110111010100001001010111101111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,79,230); }

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

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

 a { background-color: rgb(96,79,230); }

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

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

 span { border-color: rgb(96,79,230); }

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