#634CE2

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

Shades of Slate Blue #634CE2

Tints of Slate Blue #634CE2

Color information

#634CE2 (or 0x634CE2) is unknown color: approx Slate Blue. HEX triplet: 63, 4C and E2. RGB value is (99,76,226). Sum of RGB (Red+Green+Blue) = 99+76+226=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 226 (88.67% from 255 or 56.36% from 401); Max value from RGB is 226 - color contains mainly: blue. Hex color #634CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CE2 is #9CB31D. Grayscale: #636363. Windows color (decimal): -10269470 or 14830691. OLE color: 14830691.

HSL color Cylindrical-coordinate representation of color #634CE2: hue angle of 249.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #634CE2 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9976226-
CMYK0.560.6600.11
HSL249.2º72.12%59.22%-
HSV(B)249.2º66.37%88.63%-
XYZ21.4613.3173.39-
YUV99.98199.12127.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.69%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 226 (88.67% from 255) = 56.36%
R=24.69%
G=18.95%
B=56.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal99762260.560.6600.11249.272.1259.22
Hex634CE238420Bf9483b
Octal1431143427010201337111073
Binary1100011100110011100010111000100001001011111110011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,76,226); }

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

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

 a { background-color: rgb(99,76,226); }

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

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

 span { border-color: rgb(99,76,226); }

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