#604FDD

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

Shades of Slate Blue #604FDD

Tints of Slate Blue #604FDD

Color information

#604FDD (or 0x604FDD) is unknown color: approx Slate Blue. HEX triplet: 60, 4F and DD. RGB value is (96,79,221). Sum of RGB (Red+Green+Blue) = 96+79+221=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #604FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604FDD is #9FB022. Grayscale: #636363. Windows color (decimal): -10465315 or 14503776. OLE color: 14503776.

HSL color Cylindrical-coordinate representation of color #604FDD: hue angle of 247.18º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #604FDD is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9679221-
CMYK0.570.6400.13
HSL247.18º67.62%58.82%-
HSV(B)247.18º64.25%86.67%-
XYZ20.6713.369.88-
YUV100.27196.13124.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 79 (31.25% from 255) = 19.95%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=24.24%
G=19.95%
B=55.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96792210.570.6400.13247.1867.6258.82
Hex604FDD39400Df7443b
Octal1401173357110001536710473
Binary1100000100111111011101111001100000001101111101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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