#6157CA

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

Shades of Slate Blue #6157CA

Tints of Slate Blue #6157CA

Color information

#6157CA (or 0x6157CA) is unknown color: approx Slate Blue. HEX triplet: 61, 57 and CA. RGB value is (97,87,202). Sum of RGB (Red+Green+Blue) = 97+87+202=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #6157CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157CA is #9EA835. Grayscale: #666666. Windows color (decimal): -10397750 or 13260641. OLE color: 13260641.

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

Color convert

RGB9787202-
CMYK0.520.5700.21
HSL245.22º52.04%56.67%-
HSV(B)245.22º56.93%79.22%-
XYZ1913.6257.51-
YUV103.1183.81123.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=25.13%
G=22.54%
B=52.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97872020.520.5700.21245.2252.0456.67
Hex6157CA3439015f53439
Octal14112731264710253656471
Binary110000110101111100101011010011100101010111110101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6157CA; }

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

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

<style>
 a { background-color: #6157CA; }

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

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

<style>
 span { border-color: #6157CA; }

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

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