#605BC0

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

Shades of Slate Blue #605BC0

Tints of Slate Blue #605BC0

Color information

#605BC0 (or 0x605BC0) is unknown color: approx Slate Blue. HEX triplet: 60, 5B and C0. RGB value is (96,91,192). Sum of RGB (Red+Green+Blue) = 96+91+192=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #605BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BC0 is #9FA43F. Grayscale: #676767. Windows color (decimal): -10462272 or 12606304. OLE color: 12606304.

HSL color Cylindrical-coordinate representation of color #605BC0: hue angle of 242.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #605BC0 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9691192-
CMYK0.500.5300.25
HSL242.97º44.49%55.49%-
HSV(B)242.97º52.6%75.29%-
XYZ18.0813.7751.58-
YUV104.01177.66122.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 192 (75.39% from 255) = 50.66%
R=25.33%
G=24.01%
B=50.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96911920.500.5300.25242.9744.4955.49
Hex605BC03235019f32c37
Octal14013330062650313635467
Binary110000010110111100000011001011010101100111110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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