#6251D7

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

Shades of Slate Blue #6251D7

Tints of Slate Blue #6251D7

Color information

#6251D7 (or 0x6251D7) is unknown color: approx Slate Blue. HEX triplet: 62, 51 and D7. RGB value is (98,81,215). Sum of RGB (Red+Green+Blue) = 98+81+215=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #6251D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251D7 is #9DAE28. Grayscale: #646464. Windows color (decimal): -10333737 or 14111074. OLE color: 14111074.

HSL color Cylindrical-coordinate representation of color #6251D7: hue angle of 247.61º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6251D7 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9881215-
CMYK0.540.6200.16
HSL247.61º62.62%58.04%-
HSV(B)247.61º62.33%84.31%-
XYZ20.2513.3965.81-
YUV101.36192.13125.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 215 (84.38% from 255) = 54.57%
R=24.87%
G=20.56%
B=54.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal98812150.540.6200.16247.6162.6258.04
Hex6251D7363E010f83f3a
Octal14212132766760203707772
Binary110001010100011101011111011011111001000011111000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6251D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6251D7; }

 p { color: rgb(98,81,215); }

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

<style>
 a { background-color: #6251D7; }

 a { background-color: rgb(98,81,215); }

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

<style>
 span { border-color: #6251D7; }

 span { border-color: rgb(98,81,215); }

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