#605BE2

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

Shades of Slate Blue #605BE2

Tints of Slate Blue #605BE2

Color information

#605BE2 (or 0x605BE2) is unknown color: approx Slate Blue. HEX triplet: 60, 5B and E2. RGB value is (96,91,226). Sum of RGB (Red+Green+Blue) = 96+91+226=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 226 (88.67% from 255 or 54.72% from 413); Max value from RGB is 226 - color contains mainly: blue. Hex color #605BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BE2 is #9FA41D. Grayscale: #6B6B6B. Windows color (decimal): -10462238 or 14834528. OLE color: 14834528.

HSL color Cylindrical-coordinate representation of color #605BE2: hue angle of 242.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #605BE2 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9691226-
CMYK0.580.6000.11
HSL242.22º69.95%62.16%-
HSV(B)242.22º59.73%88.63%-
XYZ22.2915.4673.76-
YUV107.88194.66119.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.24%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 226 (88.67% from 255) = 54.72%
R=23.24%
G=22.03%
B=54.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal96912260.580.6000.11242.2269.9562.16
Hex605BE23A3C0Bf2463e
Octal140133342727401336210676
Binary110000010110111110001011101011110001011111100101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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