#635C86

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

Shades of Kimberly #635C86

Tints of Kimberly #635C86

Color information

#635C86 (or 0x635C86) is unknown color: approx Kimberly. HEX triplet: 63, 5C and 86. RGB value is (99,92,134). Sum of RGB (Red+Green+Blue) = 99+92+134=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #635C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C86 is #9CA379. Grayscale: #626262. Windows color (decimal): -10265466 or 8805475. OLE color: 8805475.

HSL color Cylindrical-coordinate representation of color #635C86: hue angle of 250º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #635C86 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9992134-
CMYK0.260.3100.47
HSL250º18.58%44.31%-
HSV(B)250º31.34%52.55%-
XYZ13.2812.0324.18-
YUV98.88147.82128.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=30.46%
G=28.31%
B=41.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99921340.260.3100.4725018.5844.31
Hex635C861A1F02Ffa132c
Octal14313420632370573722354
Binary1100011101110010000110110101111101011111111101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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