#625F8B

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

Shades of Kimberly #625F8B

Tints of Kimberly #625F8B

Color information

#625F8B (or 0x625F8B) is unknown color: approx Kimberly. HEX triplet: 62, 5F and 8B. RGB value is (98,95,139). Sum of RGB (Red+Green+Blue) = 98+95+139=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #625F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625F8B is #9DA074. Grayscale: #646464. Windows color (decimal): -10330229 or 9133922. OLE color: 9133922.

HSL color Cylindrical-coordinate representation of color #625F8B: hue angle of 244.09º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #625F8B is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9895139-
CMYK0.290.3200.45
HSL244.09º18.8%45.88%-
HSV(B)244.09º31.65%54.51%-
XYZ13.7912.6526.14-
YUV100.91149.49125.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=29.52%
G=28.61%
B=41.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98951390.290.3200.45244.0918.845.88
Hex625F8B1D2002Df4132e
Octal14213721335400553642356
Binary11000101011111100010111110110000001011011111010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,95,139); }

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

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

 a { background-color: rgb(98,95,139); }

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

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

 span { border-color: rgb(98,95,139); }

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