#605DD8

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

Shades of Slate Blue #605DD8

Tints of Slate Blue #605DD8

Color information

#605DD8 (or 0x605DD8) is unknown color: approx Slate Blue. HEX triplet: 60, 5D and D8. RGB value is (96,93,216). Sum of RGB (Red+Green+Blue) = 96+93+216=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #605DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DD8 is #9FA227. Grayscale: #6B6B6B. Windows color (decimal): -10461736 or 14179680. OLE color: 14179680.

HSL color Cylindrical-coordinate representation of color #605DD8: hue angle of 241.46º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #605DD8 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9693216-
CMYK0.560.5700.15
HSL241.46º61.19%60.59%-
HSV(B)241.46º56.94%84.71%-
XYZ21.1315.2766.8-
YUV107.92188.99119.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.70%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 216 (84.77% from 255) = 53.33%
R=23.70%
G=22.96%
B=53.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96932160.560.5700.15241.4661.1960.59
Hex605DD838390Ff13d3d
Octal14013533070710173617575
Binary11000001011101110110001110001110010111111110001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605DD8; }

 p { color: rgb(96,93,216); }

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

<style>
 a { background-color: #605DD8; }

 a { background-color: rgb(96,93,216); }

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

<style>
 span { border-color: #605DD8; }

 span { border-color: rgb(96,93,216); }

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