#605DBF

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

Shades of Slate Blue #605DBF

Tints of Slate Blue #605DBF

Color information

#605DBF (or 0x605DBF) is unknown color: approx Slate Blue. HEX triplet: 60, 5D and BF. RGB value is (96,93,191). Sum of RGB (Red+Green+Blue) = 96+93+191=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #605DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DBF is #9FA240. Grayscale: #686868. Windows color (decimal): -10461761 or 12541280. OLE color: 12541280.

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

Color convert

RGB9693191-
CMYK0.500.5100.25
HSL241.84º43.36%55.69%-
HSV(B)241.84º51.31%74.9%-
XYZ18.1414.0851.05-
YUV105.07176.49121.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 191 (75% from 255) = 50.26%
R=25.26%
G=24.47%
B=50.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96931910.500.5100.25241.8443.3655.69
Hex605DBF3233019f22b38
Octal14013527762630313625370
Binary110000010111011011111111001011001101100111110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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