#635E85

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

Shades of Kimberly #635E85

Tints of Kimberly #635E85

Color information

#635E85 (or 0x635E85) is unknown color: approx Kimberly. HEX triplet: 63, 5E and 85. RGB value is (99,94,133). Sum of RGB (Red+Green+Blue) = 99+94+133=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #635E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635E85 is #9CA17A. Grayscale: #636363. Windows color (decimal): -10264955 or 8740451. OLE color: 8740451.

HSL color Cylindrical-coordinate representation of color #635E85: hue angle of 247.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #635E85 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9994133-
CMYK0.260.2900.48
HSL247.69º17.18%44.51%-
HSV(B)247.69º29.32%52.16%-
XYZ13.3812.3523.87-
YUV99.94146.66127.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=30.37%
G=28.83%
B=40.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99941330.260.2900.48247.6917.1844.51
Hex635E851A1D030f8112d
Octal14313620532350603702155
Binary1100011101111010000101110101110101100001111100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,94,133); }

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

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

 a { background-color: rgb(99,94,133); }

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

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

 span { border-color: rgb(99,94,133); }

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