#6157CE

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

Shades of Slate Blue #6157CE

Tints of Slate Blue #6157CE

Color information

#6157CE (or 0x6157CE) is unknown color: approx Slate Blue. HEX triplet: 61, 57 and CE. RGB value is (97,87,206). Sum of RGB (Red+Green+Blue) = 97+87+206=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #6157CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157CE is #9EA831. Grayscale: #676767. Windows color (decimal): -10397746 or 13522785. OLE color: 13522785.

HSL color Cylindrical-coordinate representation of color #6157CE: hue angle of 245.04º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6157CE is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9787206-
CMYK0.530.5800.19
HSL245.04º54.84%57.45%-
HSV(B)245.04º57.77%80.78%-
XYZ19.4813.8160.03-
YUV103.56185.81123.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 206 (80.86% from 255) = 52.82%
R=24.87%
G=22.31%
B=52.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal97872060.530.5800.19245.0454.8457.45
Hex6157CE353A013f53739
Octal14112731665720233656771
Binary110000110101111100111011010111101001001111110101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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