#604CBF

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

Shades of Slate Blue #604CBF

Tints of Slate Blue #604CBF

Color information

#604CBF (or 0x604CBF) is unknown color: approx Slate Blue. HEX triplet: 60, 4C and BF. RGB value is (96,76,191). Sum of RGB (Red+Green+Blue) = 96+76+191=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #604CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CBF is #9FB340. Grayscale: #5E5E5E. Windows color (decimal): -10466113 or 12536928. OLE color: 12536928.

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

Color convert

RGB9676191-
CMYK0.500.6000.25
HSL250.43º47.33%52.35%-
HSV(B)250.43º60.21%74.9%-
XYZ16.8111.4250.61-
YUV95.09182.13128.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 191 (75% from 255) = 52.62%
R=26.45%
G=20.94%
B=52.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96761910.500.6000.25250.4347.3352.35
Hex604CBF323C019fa2f34
Octal14011427762740313725764
Binary110000010011001011111111001011110001100111111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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