#6350E7

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

Shades of Slate Blue #6350E7

Tints of Slate Blue #6350E7

Color information

#6350E7 (or 0x6350E7) is unknown color: approx Slate Blue. HEX triplet: 63, 50 and E7. RGB value is (99,80,231). Sum of RGB (Red+Green+Blue) = 99+80+231=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #6350E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6350E7 is #9CAF18. Grayscale: #666666. Windows color (decimal): -10268441 or 15159395. OLE color: 15159395.

HSL color Cylindrical-coordinate representation of color #6350E7: hue angle of 247.55º 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 #6350E7 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9980231-
CMYK0.570.6500.09
HSL247.55º75.88%60.98%-
HSV(B)247.55º65.37%90.59%-
XYZ22.4414.1677.15-
YUV102.9200.29125.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.15%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 231 (90.62% from 255) = 56.34%
R=24.15%
G=19.51%
B=56.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal99802310.570.6500.09247.5575.8860.98
Hex6350E7394109f84c3d
Octal1431203477110101137011475
Binary1100011101000011100111111001100000101001111110001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6350E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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