#615FBE

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

Shades of Slate Blue #615FBE

Tints of Slate Blue #615FBE

Color information

#615FBE (or 0x615FBE) is unknown color: approx Slate Blue. HEX triplet: 61, 5F and BE. RGB value is (97,95,190). Sum of RGB (Red+Green+Blue) = 97+95+190=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #615FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FBE is #9EA041. Grayscale: #6A6A6A. Windows color (decimal): -10395714 or 12476257. OLE color: 12476257.

HSL color Cylindrical-coordinate representation of color #615FBE: hue angle of 241.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #615FBE is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9795190-
CMYK0.490.500.25
HSL241.26º42.22%55.88%-
HSV(B)241.26º50%74.51%-
XYZ18.3214.4450.54-
YUV106.43175.16121.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=25.39%
G=24.87%
B=49.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97951900.490.500.25241.2642.2255.88
Hex615FBE3132019f12a38
Octal14113727661620313615270
Binary110000110111111011111011000111001001100111110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,95,190); }

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

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

 a { background-color: rgb(97,95,190); }

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

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

 span { border-color: rgb(97,95,190); }

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