#634EBF

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

Shades of Slate Blue #634EBF

Tints of Slate Blue #634EBF

Color information

#634EBF (or 0x634EBF) is unknown color: approx Slate Blue. HEX triplet: 63, 4E and BF. RGB value is (99,78,191). Sum of RGB (Red+Green+Blue) = 99+78+191=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #634EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EBF is #9CB140. Grayscale: #606060. Windows color (decimal): -10268993 or 12537443. OLE color: 12537443.

HSL color Cylindrical-coordinate representation of color #634EBF: hue angle of 251.15º 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 #634EBF is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9978191-
CMYK0.480.5900.25
HSL251.15º46.89%52.75%-
HSV(B)251.15º59.16%74.9%-
XYZ17.2711.8650.67-
YUV97.16180.96129.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 191 (75% from 255) = 51.90%
R=26.90%
G=21.20%
B=51.90%

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
Decimal99781910.480.5900.25251.1546.8952.75
Hex634EBF303B019fb2f35
Octal14311627760730313735765
Binary110001110011101011111111000011101101100111111011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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