#6250E7

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

Shades of Slate Blue #6250E7

Tints of Slate Blue #6250E7

Color information

#6250E7 (or 0x6250E7) is unknown color: approx Slate Blue. HEX triplet: 62, 50 and E7. RGB value is (98,80,231). Sum of RGB (Red+Green+Blue) = 98+80+231=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #6250E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6250E7 is #9DAF18. Grayscale: #666666. Windows color (decimal): -10333977 or 15159394. OLE color: 15159394.

HSL color Cylindrical-coordinate representation of color #6250E7: hue angle of 247.15º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6250E7 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9880231-
CMYK0.580.6500.09
HSL247.15º75.88%60.98%-
HSV(B)247.15º65.37%90.59%-
XYZ22.3314.177.15-
YUV102.6200.46124.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.96%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 231 (90.62% from 255) = 56.48%
R=23.96%
G=19.56%
B=56.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal98802310.580.6500.09247.1575.8860.98
Hex6250E73A4109f74c3d
Octal1421203477210101136711475
Binary1100010101000011100111111010100000101001111101111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6250E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6250E7; }

 p { color: rgb(98,80,231); }

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

<style>
 a { background-color: #6250E7; }

 a { background-color: rgb(98,80,231); }

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

<style>
 span { border-color: #6250E7; }

 span { border-color: rgb(98,80,231); }

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