#635988

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

Shades of Kimberly #635988

Tints of Kimberly #635988

Color information

#635988 (or 0x635988) is unknown color: approx Kimberly. HEX triplet: 63, 59 and 88. RGB value is (99,89,136). Sum of RGB (Red+Green+Blue) = 99+89+136=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #635988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635988 is #9CA677. Grayscale: #616161. Windows color (decimal): -10266232 or 8935779. OLE color: 8935779.

HSL color Cylindrical-coordinate representation of color #635988: hue angle of 252.77º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #635988 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9989136-
CMYK0.270.3500.47
HSL252.77º20.89%44.12%-
HSV(B)252.77º34.56%53.33%-
XYZ13.1611.5724.83-
YUV97.35149.81129.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.56%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=30.56%
G=27.47%
B=41.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99891360.270.3500.47252.7720.8944.12
Hex6359881B2302Ffd152c
Octal14313121033430573752554
Binary11000111011001100010001101110001101011111111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635988; }

 p { color: rgb(99,89,136); }

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

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

 a { background-color: rgb(99,89,136); }

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

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

 span { border-color: rgb(99,89,136); }

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