#635C8C

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

Shades of Kimberly #635C8C

Tints of Kimberly #635C8C

Color information

#635C8C (or 0x635C8C) is unknown color: approx Kimberly. HEX triplet: 63, 5C and 8C. RGB value is (99,92,140). Sum of RGB (Red+Green+Blue) = 99+92+140=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #635C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C8C is #9CA373. Grayscale: #636363. Windows color (decimal): -10265460 or 9198691. OLE color: 9198691.

HSL color Cylindrical-coordinate representation of color #635C8C: hue angle of 248.75º degrees, saturation: 0.21, 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 #635C8C is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9992140-
CMYK0.290.3400.45
HSL248.75º20.69%45.49%-
HSV(B)248.75º34.29%54.9%-
XYZ13.7112.226.44-
YUV99.56150.82127.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.91%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=29.91%
G=27.79%
B=42.30%

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
Decimal99921400.290.3400.45248.7520.6945.49
Hex635C8C1D2202Df9152d
Octal14313421435420553712555
Binary11000111011100100011001110110001001011011111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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