#635881

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

Shades of Kimberly #635881

Tints of Kimberly #635881

Color information

#635881 (or 0x635881) is unknown color: approx Kimberly. HEX triplet: 63, 58 and 81. RGB value is (99,88,129). Sum of RGB (Red+Green+Blue) = 99+88+129=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #635881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635881 is #9CA77E. Grayscale: #5F5F5F. Windows color (decimal): -10266495 or 8476771. OLE color: 8476771.

HSL color Cylindrical-coordinate representation of color #635881: hue angle of 256.1º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #635881 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9988129-
CMYK0.230.3200.49
HSL256.1º18.89%42.55%-
HSV(B)256.1º31.78%50.59%-
XYZ12.611.2222.27-
YUV95.96146.64130.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.33%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=31.33%
G=27.85%
B=40.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99881290.230.3200.49256.118.8942.55
Hex6358811720031100132b
Octal14313020127400614002353
Binary110001110110001000000110111100000011000110000000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635881; }

 p { color: rgb(99,88,129); }

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

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

 a { background-color: rgb(99,88,129); }

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

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

 span { border-color: rgb(99,88,129); }

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