#634FE1

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

Shades of Slate Blue #634FE1

Tints of Slate Blue #634FE1

Color information

#634FE1 (or 0x634FE1) is unknown color: approx Slate Blue. HEX triplet: 63, 4F and E1. RGB value is (99,79,225). Sum of RGB (Red+Green+Blue) = 99+79+225=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #634FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634FE1 is #9CB01E. Grayscale: #656565. Windows color (decimal): -10268703 or 14765923. OLE color: 14765923.

HSL color Cylindrical-coordinate representation of color #634FE1: hue angle of 248.22º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #634FE1 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9979225-
CMYK0.560.6500.12
HSL248.22º70.87%59.61%-
HSV(B)248.22º64.89%88.24%-
XYZ21.5313.6872.74-
YUV101.62197.63126.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.57%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 225 (88.28% from 255) = 55.83%
R=24.57%
G=19.60%
B=55.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal99792250.560.6500.12248.2270.8759.61
Hex634FE138410Cf8473c
Octal1431173417010101437010774
Binary1100011100111111100001111000100000101100111110001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634FE1; }

 p { color: rgb(99,79,225); }

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

<style>
 a { background-color: #634FE1; }

 a { background-color: rgb(99,79,225); }

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

<style>
 span { border-color: #634FE1; }

 span { border-color: rgb(99,79,225); }

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