#615CBF

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

Shades of Slate Blue #615CBF

Tints of Slate Blue #615CBF

Color information

#615CBF (or 0x615CBF) is unknown color: approx Slate Blue. HEX triplet: 61, 5C and BF. RGB value is (97,92,191). Sum of RGB (Red+Green+Blue) = 97+92+191=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 92 (36.33% from 255 or 24.21% 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 #615CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CBF is #9EA340. Grayscale: #686868. Windows color (decimal): -10396481 or 12541025. OLE color: 12541025.

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

Color convert

RGB9792191-
CMYK0.490.5200.25
HSL243.03º43.61%55.49%-
HSV(B)243.03º51.83%74.9%-
XYZ18.1613.9651.03-
YUV104.78176.66122.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 191 (75% from 255) = 50.26%
R=25.53%
G=24.21%
B=50.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97921910.490.5200.25243.0343.6155.49
Hex615CBF3134019f32c37
Octal14113427761640313635467
Binary110000110111001011111111000111010001100111110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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