#6162E1

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

Shades of Slate Blue #6162E1

Tints of Slate Blue #6162E1

Color information

#6162E1 (or 0x6162E1) is unknown color: approx Slate Blue. HEX triplet: 61, 62 and E1. RGB value is (97,98,225). Sum of RGB (Red+Green+Blue) = 97+98+225=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #6162E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162E1 is #9E9D1E. Grayscale: #6F6F6F. Windows color (decimal): -10394911 or 14770785. OLE color: 14770785.

HSL color Cylindrical-coordinate representation of color #6162E1: hue angle of 239.53º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6162E1 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9798225-
CMYK0.570.5600.12
HSL239.53º68.09%63.14%-
HSV(B)239.53º56.89%88.24%-
XYZ22.8916.7173.25-
YUV112.18191.67117.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.10%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 225 (88.28% from 255) = 53.57%
R=23.10%
G=23.33%
B=53.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal97982250.570.5600.12239.5368.0963.14
Hex6162E139380Cf0443f
Octal141142341717001436010477
Binary110000111000101110000111100111100001100111100001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6162E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6162E1; }

 p { color: rgb(97,98,225); }

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

<style>
 a { background-color: #6162E1; }

 a { background-color: rgb(97,98,225); }

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

<style>
 span { border-color: #6162E1; }

 span { border-color: rgb(97,98,225); }

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