#604DDC

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

Shades of Slate Blue #604DDC

Tints of Slate Blue #604DDC

Color information

#604DDC (or 0x604DDC) is unknown color: approx Slate Blue. HEX triplet: 60, 4D and DC. RGB value is (96,77,220). Sum of RGB (Red+Green+Blue) = 96+77+220=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #604DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DDC is #9FB223. Grayscale: #626262. Windows color (decimal): -10465828 or 14437728. OLE color: 14437728.

HSL color Cylindrical-coordinate representation of color #604DDC: hue angle of 247.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604DDC is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9677220-
CMYK0.560.6500.14
HSL247.97º67.14%58.24%-
HSV(B)247.97º65%86.27%-
XYZ20.412.9669.14-
YUV98.98196.29125.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 220 (86.33% from 255) = 55.98%
R=24.43%
G=19.59%
B=55.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal96772200.560.6500.14247.9767.1458.24
Hex604DDC38410Ef8433a
Octal1401153347010101637010372
Binary1100000100110111011100111000100000101110111110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,77,220); }

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

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

 a { background-color: rgb(96,77,220); }

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

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

 span { border-color: rgb(96,77,220); }

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