#635B8B

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

Shades of Kimberly #635B8B

Tints of Kimberly #635B8B

Color information

#635B8B (or 0x635B8B) is unknown color: approx Kimberly. HEX triplet: 63, 5B and 8B. RGB value is (99,91,139). Sum of RGB (Red+Green+Blue) = 99+91+139=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #635B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635B8B is #9CA474. Grayscale: #626262. Windows color (decimal): -10265717 or 9132899. OLE color: 9132899.

HSL color Cylindrical-coordinate representation of color #635B8B: hue angle of 250º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #635B8B is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9991139-
CMYK0.290.3500.45
HSL250º20.87%45.1%-
HSV(B)250º34.53%54.51%-
XYZ13.551226.03-
YUV98.86150.65128.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=30.09%
G=27.66%
B=42.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99911390.290.3500.4525020.8745.1
Hex635B8B1D2302Dfa152d
Octal14313321335430553722555
Binary11000111011011100010111110110001101011011111101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,91,139); }

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

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

 a { background-color: rgb(99,91,139); }

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

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

 span { border-color: rgb(99,91,139); }

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