#634BBF

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

Shades of Slate Blue #634BBF

Tints of Slate Blue #634BBF

Color information

#634BBF (or 0x634BBF) is unknown color: approx Slate Blue. HEX triplet: 63, 4B and BF. RGB value is (99,75,191). Sum of RGB (Red+Green+Blue) = 99+75+191=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #634BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634BBF is #9CB440. Grayscale: #5E5E5E. Windows color (decimal): -10269761 or 12536675. OLE color: 12536675.

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

Color convert

RGB9975191-
CMYK0.480.6100.25
HSL252.41º47.54%52.16%-
HSV(B)252.41º60.73%74.9%-
XYZ17.0711.4550.6-
YUV95.4181.95130.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 191 (75% from 255) = 52.33%
R=27.12%
G=20.55%
B=52.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99751910.480.6100.25252.4147.5452.16
Hex634BBF303D019fc3034
Octal14311327760750313746064
Binary110001110010111011111111000011110101100111111100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,75,191); }

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

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

 a { background-color: rgb(99,75,191); }

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

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

 span { border-color: rgb(99,75,191); }

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