#605DBE

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

Shades of Slate Blue #605DBE

Tints of Slate Blue #605DBE

Color information

#605DBE (or 0x605DBE) is unknown color: approx Slate Blue. HEX triplet: 60, 5D and BE. RGB value is (96,93,190). Sum of RGB (Red+Green+Blue) = 96+93+190=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #605DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DBE is #9FA241. Grayscale: #686868. Windows color (decimal): -10461762 or 12475744. OLE color: 12475744.

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

Color convert

RGB9693190-
CMYK0.490.5100.25
HSL241.86º42.73%55.49%-
HSV(B)241.86º51.05%74.51%-
XYZ18.0314.0350.47-
YUV104.95175.99121.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=25.33%
G=24.54%
B=50.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96931900.490.5100.25241.8642.7355.49
Hex605DBE3133019f22b37
Octal14013527661630313625367
Binary110000010111011011111011000111001101100111110010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,93,190); }

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

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

 a { background-color: rgb(96,93,190); }

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

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

 span { border-color: rgb(96,93,190); }

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