#625A7F

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

Shades of Kimberly #625A7F

Tints of Kimberly #625A7F

Color information

#625A7F (or 0x625A7F) is unknown color: approx Kimberly. HEX triplet: 62, 5A and 7F. RGB value is (98,90,127). Sum of RGB (Red+Green+Blue) = 98+90+127=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #625A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A7F is #9DA580. Grayscale: #606060. Windows color (decimal): -10331521 or 8346210. OLE color: 8346210.

HSL color Cylindrical-coordinate representation of color #625A7F: hue angle of 252.97º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #625A7F is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9890127-
CMYK0.230.2900.50
HSL252.97º17.05%42.55%-
HSV(B)252.97º29.13%49.8%-
XYZ12.5211.4421.63-
YUV96.61145.15128.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 127 (50% from 255) = 40.32%
R=31.11%
G=28.57%
B=40.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98901270.230.2900.50252.9717.0542.55
Hex625A7F171D032fd112b
Octal14213217727350623752153
Binary110001010110101111111101111110101100101111110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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