#635B80

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

Shades of Kimberly #635B80

Tints of Kimberly #635B80

Color information

#635B80 (or 0x635B80) is unknown color: approx Kimberly. HEX triplet: 63, 5B and 80. RGB value is (99,91,128). Sum of RGB (Red+Green+Blue) = 99+91+128=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #635B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635B80 is #9CA47F. Grayscale: #616161. Windows color (decimal): -10265728 or 8412003. OLE color: 8412003.

HSL color Cylindrical-coordinate representation of color #635B80: hue angle of 252.97º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #635B80 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9991128-
CMYK0.230.2900.50
HSL252.97º16.89%42.94%-
HSV(B)252.97º28.91%50.2%-
XYZ12.7811.6922.01-
YUV97.61145.15128.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.13%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=31.13%
G=28.62%
B=40.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99911280.230.2900.50252.9716.8942.94
Hex635B80171D032fd112b
Octal14313320027350623752153
Binary1100011101101110000000101111110101100101111110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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