#625881

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

Shades of Kimberly #625881

Tints of Kimberly #625881

Color information

#625881 (or 0x625881) is unknown color: approx Kimberly. HEX triplet: 62, 58 and 81. RGB value is (98,88,129). Sum of RGB (Red+Green+Blue) = 98+88+129=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #625881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625881 is #9DA77E. Grayscale: #5F5F5F. Windows color (decimal): -10332031 or 8476770. OLE color: 8476770.

HSL color Cylindrical-coordinate representation of color #625881: hue angle of 254.63º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #625881 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9888129-
CMYK0.240.3200.49
HSL254.63º18.89%42.55%-
HSV(B)254.63º31.78%50.59%-
XYZ12.4911.1622.26-
YUV95.66146.81129.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=31.11%
G=27.94%
B=40.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98881290.240.3200.49254.6318.8942.55
Hex6258811820031ff132b
Octal14213020130400613772353
Binary11000101011000100000011100010000001100011111111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625881; }

 p { color: rgb(98,88,129); }

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

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

 a { background-color: rgb(98,88,129); }

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

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

 span { border-color: rgb(98,88,129); }

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