#615FCD

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

Shades of Slate Blue #615FCD

Tints of Slate Blue #615FCD

Color information

#615FCD (or 0x615FCD) is unknown color: approx Slate Blue. HEX triplet: 61, 5F and CD. RGB value is (97,95,205). Sum of RGB (Red+Green+Blue) = 97+95+205=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #615FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FCD is #9EA032. Grayscale: #6B6B6B. Windows color (decimal): -10395699 or 13459297. OLE color: 13459297.

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

Color convert

RGB9795205-
CMYK0.530.5400.20
HSL241.09º52.38%58.82%-
HSV(B)241.09º53.66%80.39%-
XYZ20.0415.1359.62-
YUV108.14182.66120.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=24.43%
G=23.93%
B=51.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97952050.530.5400.20241.0952.3858.82
Hex615FCD3536014f1343b
Octal14113731565660243616473
Binary110000110111111100110111010111011001010011110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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