#635CCB

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

Shades of Slate Blue #635CCB

Tints of Slate Blue #635CCB

Color information

#635CCB (or 0x635CCB) is unknown color: approx Slate Blue. HEX triplet: 63, 5C and CB. RGB value is (99,92,203). Sum of RGB (Red+Green+Blue) = 99+92+203=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #635CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CCB is #9CA334. Grayscale: #6A6A6A. Windows color (decimal): -10265397 or 13327459. OLE color: 13327459.

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

Color convert

RGB9992203-
CMYK0.510.5500.20
HSL243.78º51.63%57.84%-
HSV(B)243.78º54.68%79.61%-
XYZ19.7514.6258.28-
YUV106.75182.32122.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.13%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 203 (79.69% from 255) = 51.52%
R=25.13%
G=23.35%
B=51.52%

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
Decimal99922030.510.5500.20243.7851.6357.84
Hex635CCB3337014f4343a
Octal14313431363670243646472
Binary110001110111001100101111001111011101010011110100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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