#615FCA

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

Shades of Slate Blue #615FCA

Tints of Slate Blue #615FCA

Color information

#615FCA (or 0x615FCA) is unknown color: approx Slate Blue. HEX triplet: 61, 5F and CA. RGB value is (97,95,202). Sum of RGB (Red+Green+Blue) = 97+95+202=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #615FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FCA is #9EA035. Grayscale: #6B6B6B. Windows color (decimal): -10395702 or 13262689. OLE color: 13262689.

HSL color Cylindrical-coordinate representation of color #615FCA: hue angle of 241.12º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #615FCA is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9795202-
CMYK0.520.5300.21
HSL241.12º50.23%58.24%-
HSV(B)241.12º52.97%79.22%-
XYZ19.6814.9957.73-
YUV107.8181.16120.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=24.62%
G=24.11%
B=51.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97952020.520.5300.21241.1250.2358.24
Hex615FCA3435015f1323a
Octal14113731264650253616272
Binary110000110111111100101011010011010101010111110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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