#605BD9

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

Shades of Slate Blue #605BD9

Tints of Slate Blue #605BD9

Color information

#605BD9 (or 0x605BD9) is unknown color: approx Slate Blue. HEX triplet: 60, 5B and D9. RGB value is (96,91,217). Sum of RGB (Red+Green+Blue) = 96+91+217=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #605BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BD9 is #9FA426. Grayscale: #6A6A6A. Windows color (decimal): -10462247 or 14244704. OLE color: 14244704.

HSL color Cylindrical-coordinate representation of color #605BD9: hue angle of 242.38º 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 #605BD9 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9691217-
CMYK0.560.5800.15
HSL242.38º62.38%60.39%-
HSV(B)242.38º58.06%85.1%-
XYZ21.0914.9867.43-
YUV106.86190.16120.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.76%
GREEN value IS 91 (35.94% from 255) = 22.52%
BLUE value IS 217 (85.16% from 255) = 53.71%
R=23.76%
G=22.52%
B=53.71%

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
Decimal96912170.560.5800.15242.3862.3860.39
Hex605BD9383A0Ff23e3c
Octal14013333170720173627674
Binary11000001011011110110011110001110100111111110010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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