#625C82

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

Shades of Kimberly #625C82

Tints of Kimberly #625C82

Color information

#625C82 (or 0x625C82) is unknown color: approx Kimberly. HEX triplet: 62, 5C and 82. RGB value is (98,92,130). Sum of RGB (Red+Green+Blue) = 98+92+130=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #625C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C82 is #9DA37D. Grayscale: #616161. Windows color (decimal): -10331006 or 8543330. OLE color: 8543330.

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

Color convert

RGB9892130-
CMYK0.250.2900.49
HSL249.47º17.12%43.53%-
HSV(B)249.47º29.23%50.98%-
XYZ12.8911.8622.73-
YUV98.13145.99127.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 130 (51.17% from 255) = 40.62%
R=30.62%
G=28.75%
B=40.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98921300.250.2900.49249.4717.1243.53
Hex625C82191D031f9112c
Octal14213420231350613712154
Binary1100010101110010000010110011110101100011111100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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