#634FC0

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

Shades of Slate Blue #634FC0

Tints of Slate Blue #634FC0

Color information

#634FC0 (or 0x634FC0) is unknown color: approx Slate Blue. HEX triplet: 63, 4F and C0. RGB value is (99,79,192). Sum of RGB (Red+Green+Blue) = 99+79+192=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #634FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634FC0 is #9CB03F. Grayscale: #616161. Windows color (decimal): -10268736 or 12603235. OLE color: 12603235.

HSL color Cylindrical-coordinate representation of color #634FC0: hue angle of 250.62º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #634FC0 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9979192-
CMYK0.480.5900.25
HSL250.62º47.28%53.14%-
HSV(B)250.62º58.85%75.29%-
XYZ17.4612.0551.28-
YUV97.86181.13128.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 79 (31.25% from 255) = 21.35%
BLUE value IS 192 (75.39% from 255) = 51.89%
R=26.76%
G=21.35%
B=51.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99791920.480.5900.25250.6247.2853.14
Hex634FC0303B019fb2f35
Octal14311730060730313735765
Binary110001110011111100000011000011101101100111111011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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