#604BCE

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

Shades of Slate Blue #604BCE

Tints of Slate Blue #604BCE

Color information

#604BCE (or 0x604BCE) is unknown color: approx Slate Blue. HEX triplet: 60, 4B and CE. RGB value is (96,75,206). Sum of RGB (Red+Green+Blue) = 96+75+206=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #604BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BCE is #9FB431. Grayscale: #5F5F5F. Windows color (decimal): -10466354 or 13519712. OLE color: 13519712.

HSL color Cylindrical-coordinate representation of color #604BCE: hue angle of 249.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #604BCE is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9675206-
CMYK0.530.6400.19
HSL249.62º57.21%55.1%-
HSV(B)249.62º63.59%80.78%-
XYZ18.4811.9859.73-
YUV96.21189.96127.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 206 (80.86% from 255) = 54.64%
R=25.46%
G=19.89%
B=54.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96752060.530.6400.19249.6257.2155.1
Hex604BCE3540013fa3937
Octal140113316651000233727167
Binary1100000100101111001110110101100000001001111111010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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