#635E7D

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

Shades of Kimberly #635E7D

Tints of Kimberly #635E7D

Color information

#635E7D (or 0x635E7D) is unknown color: approx Kimberly. HEX triplet: 63, 5E and 7D. RGB value is (99,94,125). Sum of RGB (Red+Green+Blue) = 99+94+125=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #635E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E7D is #9CA182. Grayscale: #626262. Windows color (decimal): -10264963 or 8216163. OLE color: 8216163.

HSL color Cylindrical-coordinate representation of color #635E7D: hue angle of 249.68º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #635E7D is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9994125-
CMYK0.210.2500.51
HSL249.68º14.16%42.94%-
HSV(B)249.68º24.8%49.02%-
XYZ12.8512.1421.07-
YUV99.03142.66127.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.13%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=31.13%
G=29.56%
B=39.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99941250.210.2500.51249.6814.1642.94
Hex635E7D1519033fae2b
Octal14313617525310633721653
Binary11000111011110111110110101110010110011111110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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