#615ECA

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

Shades of Slate Blue #615ECA

Tints of Slate Blue #615ECA

Color information

#615ECA (or 0x615ECA) is unknown color: approx Slate Blue. HEX triplet: 61, 5E and CA. RGB value is (97,94,202). Sum of RGB (Red+Green+Blue) = 97+94+202=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #615ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ECA is #9EA135. Grayscale: #6A6A6A. Windows color (decimal): -10395958 or 13262433. OLE color: 13262433.

HSL color Cylindrical-coordinate representation of color #615ECA: hue angle of 241.67º 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 #615ECA is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9794202-
CMYK0.520.5300.21
HSL241.67º50.47%58.04%-
HSV(B)241.67º53.47%79.22%-
XYZ19.5914.8157.7-
YUV107.21181.49120.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=24.68%
G=23.92%
B=51.40%

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
Decimal97942020.520.5300.21241.6750.4758.04
Hex615ECA3435015f2323a
Octal14113631264650253626272
Binary110000110111101100101011010011010101010111110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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