#605BD8

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

Shades of Slate Blue #605BD8

Tints of Slate Blue #605BD8

Color information

#605BD8 (or 0x605BD8) is unknown color: approx Slate Blue. HEX triplet: 60, 5B and D8. RGB value is (96,91,216). Sum of RGB (Red+Green+Blue) = 96+91+216=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #605BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BD8 is #9FA427. Grayscale: #6A6A6A. Windows color (decimal): -10462248 or 14179168. OLE color: 14179168.

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

Color convert

RGB9691216-
CMYK0.560.5800.15
HSL242.4º61.58%60.2%-
HSV(B)242.4º57.87%84.71%-
XYZ20.9614.9366.74-
YUV106.74189.66120.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.82%
GREEN value IS 91 (35.94% from 255) = 22.58%
BLUE value IS 216 (84.77% from 255) = 53.60%
R=23.82%
G=22.58%
B=53.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96912160.560.5800.15242.461.5860.2
Hex605BD8383A0Ff23e3c
Octal14013333070720173627674
Binary11000001011011110110001110001110100111111110010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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