#605BC1

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

Shades of Slate Blue #605BC1

Tints of Slate Blue #605BC1

Color information

#605BC1 (or 0x605BC1) is unknown color: approx Slate Blue. HEX triplet: 60, 5B and C1. RGB value is (96,91,193). Sum of RGB (Red+Green+Blue) = 96+91+193=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #605BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BC1 is #9FA43E. Grayscale: #676767. Windows color (decimal): -10462271 or 12671840. OLE color: 12671840.

HSL color Cylindrical-coordinate representation of color #605BC1: hue angle of 242.94º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #605BC1 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9691193-
CMYK0.500.5300.24
HSL242.94º45.13%55.69%-
HSV(B)242.94º52.85%75.69%-
XYZ18.1913.8252.16-
YUV104.12178.16122.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=25.26%
G=23.95%
B=50.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96911930.500.5300.24242.9445.1355.69
Hex605BC13235018f32d38
Octal14013330162650303635570
Binary110000010110111100000111001011010101100011110011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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