#635C8B

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

Shades of Kimberly #635C8B

Tints of Kimberly #635C8B

Color information

#635C8B (or 0x635C8B) is unknown color: approx Kimberly. HEX triplet: 63, 5C and 8B. RGB value is (99,92,139). Sum of RGB (Red+Green+Blue) = 99+92+139=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #635C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C8B is #9CA374. Grayscale: #636363. Windows color (decimal): -10265461 or 9133155. OLE color: 9133155.

HSL color Cylindrical-coordinate representation of color #635C8B: hue angle of 248.94º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #635C8B is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9992139-
CMYK0.290.3400.45
HSL248.94º20.35%45.29%-
HSV(B)248.94º33.81%54.51%-
XYZ13.6312.1726.06-
YUV99.45150.32127.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=30%
G=27.88%
B=42.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99921390.290.3400.45248.9420.3545.29
Hex635C8B1D2202Df9142d
Octal14313421335420553712455
Binary11000111011100100010111110110001001011011111100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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