#625D82

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

Shades of Kimberly #625D82

Tints of Kimberly #625D82

Color information

#625D82 (or 0x625D82) is unknown color: approx Kimberly. HEX triplet: 62, 5D and 82. RGB value is (98,93,130). Sum of RGB (Red+Green+Blue) = 98+93+130=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #625D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625D82 is #9DA27D. Grayscale: #626262. Windows color (decimal): -10330750 or 8543586. OLE color: 8543586.

HSL color Cylindrical-coordinate representation of color #625D82: hue angle of 248.11º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #625D82 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9893130-
CMYK0.250.2800.49
HSL248.11º16.59%43.73%-
HSV(B)248.11º28.46%50.98%-
XYZ12.9812.0422.76-
YUV98.71145.66127.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.53%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=30.53%
G=28.97%
B=40.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98931300.250.2800.49248.1116.5943.73
Hex625D82191C031f8112c
Octal14213520231340613702154
Binary1100010101110110000010110011110001100011111100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,93,130); }

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

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

 a { background-color: rgb(98,93,130); }

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

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

 span { border-color: rgb(98,93,130); }

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