#634ECB

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

Shades of Slate Blue #634ECB

Tints of Slate Blue #634ECB

Color information

#634ECB (or 0x634ECB) is unknown color: approx Slate Blue. HEX triplet: 63, 4E and CB. RGB value is (99,78,203). Sum of RGB (Red+Green+Blue) = 99+78+203=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #634ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634ECB is #9CB134. Grayscale: #626262. Windows color (decimal): -10268981 or 13323875. OLE color: 13323875.

HSL color Cylindrical-coordinate representation of color #634ECB: hue angle of 250.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #634ECB is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9978203-
CMYK0.510.6200.20
HSL250.08º54.59%55.1%-
HSV(B)250.08º61.58%79.61%-
XYZ18.6512.4157.91-
YUV98.53186.96128.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.05%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 203 (79.69% from 255) = 53.42%
R=26.05%
G=20.53%
B=53.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal99782030.510.6200.20250.0854.5955.1
Hex634ECB333E014fa3737
Octal14311631363760243726767
Binary110001110011101100101111001111111001010011111010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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