#625A85

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

Shades of Kimberly #625A85

Tints of Kimberly #625A85

Color information

#625A85 (or 0x625A85) is unknown color: approx Kimberly. HEX triplet: 62, 5A and 85. RGB value is (98,90,133). Sum of RGB (Red+Green+Blue) = 98+90+133=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #625A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625A85 is #9DA57A. Grayscale: #616161. Windows color (decimal): -10331515 or 8739426. OLE color: 8739426.

HSL color Cylindrical-coordinate representation of color #625A85: hue angle of 251.16º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #625A85 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9890133-
CMYK0.260.3200.48
HSL251.16º19.28%43.73%-
HSV(B)251.16º32.33%52.16%-
XYZ12.9311.623.75-
YUV97.29148.15128.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.53%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=30.53%
G=28.04%
B=41.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98901330.260.3200.48251.1619.2843.73
Hex625A851A20030fb132c
Octal14213220532400603732354
Binary11000101011010100001011101010000001100001111101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625A85; }

 p { color: rgb(98,90,133); }

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

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

 a { background-color: rgb(98,90,133); }

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

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

 span { border-color: rgb(98,90,133); }

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