#615DBF

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

Shades of Slate Blue #615DBF

Tints of Slate Blue #615DBF

Color information

#615DBF (or 0x615DBF) is unknown color: approx Slate Blue. HEX triplet: 61, 5D and BF. RGB value is (97,93,191). Sum of RGB (Red+Green+Blue) = 97+93+191=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #615DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DBF is #9EA240. Grayscale: #686868. Windows color (decimal): -10396225 or 12541281. OLE color: 12541281.

HSL color Cylindrical-coordinate representation of color #615DBF: hue angle of 242.45º 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 #615DBF is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9793191-
CMYK0.490.5100.25
HSL242.45º43.36%55.69%-
HSV(B)242.45º51.31%74.9%-
XYZ18.2514.1351.06-
YUV105.37176.33122.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 93 (36.72% from 255) = 24.41%
BLUE value IS 191 (75% from 255) = 50.13%
R=25.46%
G=24.41%
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
Decimal97931910.490.5100.25242.4543.3655.69
Hex615DBF3133019f22b38
Octal14113527761630313625370
Binary110000110111011011111111000111001101100111110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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