#6157e7

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

Shades of Slate Blue #6157E7

Tints of Slate Blue #6157E7

Color information

#6157E7 (or 0x6157E7) is unknown color: approx Slate Blue. HEX triplet: 61, 57 and E7. RGB value is (97,87,231). Sum of RGB (Red+Green+Blue) = 97+87+231=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #6157E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6157E7 is #9EA818. Grayscale: #696969. Windows color (decimal): -10397721 or 15161185. OLE color: 15161185.

HSL color Cylindrical-coordinate representation of color #6157E7: hue angle of 244.17º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6157E7 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9787231-
CMYK0.580.6200.09
HSL244.17º75%62.35%-
HSV(B)244.17º62.34%90.59%-
XYZ22.7615.1377.32-
YUV106.41198.31121.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 87 (34.38% from 255) = 20.96%
BLUE value IS 231 (90.62% from 255) = 55.66%
R=23.37%
G=20.96%
B=55.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal97872310.580.6200.09244.177562.35
Hex6157E73A3E09f44b3e
Octal141127347727601136411376
Binary110000110101111110011111101011111001001111101001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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