#6151E0

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

Shades of Slate Blue #6151E0

Tints of Slate Blue #6151E0

Color information

#6151E0 (or 0x6151E0) is unknown color: approx Slate Blue. HEX triplet: 61, 51 and E0. RGB value is (97,81,224). Sum of RGB (Red+Green+Blue) = 97+81+224=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #6151E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151E0 is #9EAE1F. Grayscale: #656565. Windows color (decimal): -10399264 or 14700897. OLE color: 14700897.

HSL color Cylindrical-coordinate representation of color #6151E0: hue angle of 246.71º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6151E0 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9781224-
CMYK0.570.6400.12
HSL246.71º69.76%59.8%-
HSV(B)246.71º63.84%87.84%-
XYZ21.3313.8172.06-
YUV102.09196.8124.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 224 (87.89% from 255) = 55.72%
R=24.13%
G=20.15%
B=55.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal97812240.570.6400.12246.7169.7659.8
Hex6151E039400Cf7463c
Octal1411213407110001436710674
Binary1100001101000111100000111001100000001100111101111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6151E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6151E0; }

 p { color: rgb(97,81,224); }

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

<style>
 a { background-color: #6151E0; }

 a { background-color: rgb(97,81,224); }

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

<style>
 span { border-color: #6151E0; }

 span { border-color: rgb(97,81,224); }

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