#604fd0

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

Shades of Slate Blue #604FD0

Tints of Slate Blue #604FD0

Color information

#604FD0 (or 0x604FD0) is unknown color: approx Slate Blue. HEX triplet: 60, 4F and D0. RGB value is (96,79,208). Sum of RGB (Red+Green+Blue) = 96+79+208=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #604FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604FD0 is #9FB02F. Grayscale: #626262. Windows color (decimal): -10465328 or 13651808. OLE color: 13651808.

HSL color Cylindrical-coordinate representation of color #604FD0: hue angle of 247.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #604FD0 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9679208-
CMYK0.540.6200.18
HSL247.91º57.85%56.27%-
HSV(B)247.91º62.02%81.57%-
XYZ19.0112.6361.11-
YUV98.79189.63126.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 208 (81.64% from 255) = 54.31%
R=25.07%
G=20.63%
B=54.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96792080.540.6200.18247.9157.8556.27
Hex604FD0363E012f83a38
Octal14011732066760223707270
Binary110000010011111101000011011011111001001011111000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604fd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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