#604EBF

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

Shades of Slate Blue #604EBF

Tints of Slate Blue #604EBF

Color information

#604EBF (or 0x604EBF) is unknown color: approx Slate Blue. HEX triplet: 60, 4E and BF. RGB value is (96,78,191). Sum of RGB (Red+Green+Blue) = 96+78+191=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #604EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EBF is #9FB140. Grayscale: #5F5F5F. Windows color (decimal): -10465601 or 12537440. OLE color: 12537440.

HSL color Cylindrical-coordinate representation of color #604EBF: hue angle of 249.56º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #604EBF is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9678191-
CMYK0.500.5900.25
HSL249.56º46.89%52.75%-
HSV(B)249.56º59.16%74.9%-
XYZ16.9511.750.65-
YUV96.26181.46127.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 191 (75% from 255) = 52.33%
R=26.30%
G=21.37%
B=52.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96781910.500.5900.25249.5646.8952.75
Hex604EBF323B019fa2f35
Octal14011627762730313725765
Binary110000010011101011111111001011101101100111111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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