#634CBF

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

Shades of Slate Blue #634CBF

Tints of Slate Blue #634CBF

Color information

#634CBF (or 0x634CBF) is unknown color: approx Slate Blue. HEX triplet: 63, 4C and BF. RGB value is (99,76,191). Sum of RGB (Red+Green+Blue) = 99+76+191=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #634CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CBF is #9CB340. Grayscale: #5F5F5F. Windows color (decimal): -10269505 or 12536931. OLE color: 12536931.

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

Color convert

RGB9976191-
CMYK0.480.6000.25
HSL252º47.33%52.35%-
HSV(B)252º60.21%74.9%-
XYZ17.1311.5850.62-
YUV95.99181.62130.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 191 (75% from 255) = 52.19%
R=27.05%
G=20.77%
B=52.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99761910.480.6000.2525247.3352.35
Hex634CBF303C019fc2f34
Octal14311427760740313745764
Binary110001110011001011111111000011110001100111111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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