#635BCB

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

Shades of Slate Blue #635BCB

Tints of Slate Blue #635BCB

Color information

#635BCB (or 0x635BCB) is unknown color: approx Slate Blue. HEX triplet: 63, 5B and CB. RGB value is (99,91,203). Sum of RGB (Red+Green+Blue) = 99+91+203=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #635BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BCB is #9CA434. Grayscale: #696969. Windows color (decimal): -10265653 or 13327203. OLE color: 13327203.

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

Color convert

RGB9991203-
CMYK0.510.5500.20
HSL244.29º51.85%57.65%-
HSV(B)244.29º55.17%79.61%-
XYZ19.6714.4558.25-
YUV106.16182.65122.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=25.19%
G=23.16%
B=51.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal99912030.510.5500.20244.2951.8557.65
Hex635BCB3337014f4343a
Octal14313331363670243646472
Binary110001110110111100101111001111011101010011110100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635BCB; }

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

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

<style>
 a { background-color: #635BCB; }

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

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

<style>
 span { border-color: #635BCB; }

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

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