#635BCC

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

Shades of Slate Blue #635BCC

Tints of Slate Blue #635BCC

Color information

#635BCC (or 0x635BCC) is unknown color: approx Slate Blue. HEX triplet: 63, 5B and CC. RGB value is (99,91,204). Sum of RGB (Red+Green+Blue) = 99+91+204=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #635BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BCC is #9CA433. Grayscale: #696969. Windows color (decimal): -10265652 or 13392739. OLE color: 13392739.

HSL color Cylindrical-coordinate representation of color #635BCC: hue angle of 244.25º degrees, saturation: 0.53, 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 #635BCC is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9991204-
CMYK0.510.5500.2
HSL244.25º52.56%57.84%-
HSV(B)244.25º55.39%80%-
XYZ19.7914.4958.88-
YUV106.27183.15122.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.13%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=25.13%
G=23.10%
B=51.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal99912040.510.5500.2244.2552.5657.84
Hex635BCC3337014f4353a
Octal14313331463670243646572
Binary110001110110111100110011001111011101010011110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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