#6151D4

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

Shades of Slate Blue #6151D4

Tints of Slate Blue #6151D4

Color information

#6151D4 (or 0x6151D4) is unknown color: approx Slate Blue. HEX triplet: 61, 51 and D4. RGB value is (97,81,212). Sum of RGB (Red+Green+Blue) = 97+81+212=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 212 (83.20% from 255 or 54.36% from 390); Max value from RGB is 212 - color contains mainly: blue. Hex color #6151D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151D4 is #9EAE2B. Grayscale: #646464. Windows color (decimal): -10399276 or 13914465. OLE color: 13914465.

HSL color Cylindrical-coordinate representation of color #6151D4: hue angle of 247.33º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6151D4 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9781212-
CMYK0.540.6200.17
HSL247.33º60.37%57.45%-
HSV(B)247.33º61.79%83.14%-
XYZ19.7613.1863.79-
YUV100.72190.8125.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 212 (83.20% from 255) = 54.36%
R=24.87%
G=20.77%
B=54.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal97812120.540.6200.17247.3360.3757.45
Hex6151D4363E011f73c39
Octal14112132466760213677471
Binary110000110100011101010011011011111001000111110111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6151D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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