#615DCB

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

Shades of Slate Blue #615DCB

Tints of Slate Blue #615DCB

Color information

#615DCB (or 0x615DCB) is unknown color: approx Slate Blue. HEX triplet: 61, 5D and CB. RGB value is (97,93,203). Sum of RGB (Red+Green+Blue) = 97+93+203=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #615DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DCB is #9EA234. Grayscale: #6A6A6A. Windows color (decimal): -10396213 or 13327713. OLE color: 13327713.

HSL color Cylindrical-coordinate representation of color #615DCB: hue angle of 242.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #615DCB is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9793203-
CMYK0.520.5400.20
HSL242.18º51.4%58.04%-
HSV(B)242.18º54.19%79.61%-
XYZ19.6214.6858.3-
YUV106.74182.33121.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=24.68%
G=23.66%
B=51.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97932030.520.5400.20242.1851.458.04
Hex615DCB3436014f2333a
Octal14113531364660243626372
Binary110000110111011100101111010011011001010011110010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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