#605ACB

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

Shades of Slate Blue #605ACB

Tints of Slate Blue #605ACB

Color information

#605ACB (or 0x605ACB) is unknown color: approx Slate Blue. HEX triplet: 60, 5A and CB. RGB value is (96,90,203). Sum of RGB (Red+Green+Blue) = 96+90+203=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #605ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ACB is #9FA534. Grayscale: #686868. Windows color (decimal): -10462517 or 13326944. OLE color: 13326944.

HSL color Cylindrical-coordinate representation of color #605ACB: hue angle of 243.19º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #605ACB is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9690203-
CMYK0.530.5600.20
HSL243.19º52.07%57.45%-
HSV(B)243.19º55.67%79.61%-
XYZ19.2614.1158.21-
YUV104.68183.49121.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=24.68%
G=23.14%
B=52.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96902030.530.5600.20243.1952.0757.45
Hex605ACB3538014f33439
Octal14013231365700243636471
Binary110000010110101100101111010111100001010011110011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,90,203); }

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

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

 a { background-color: rgb(96,90,203); }

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

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

 span { border-color: rgb(96,90,203); }

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