#625C8F

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

Shades of Kimberly #625C8F

Tints of Kimberly #625C8F

Color information

#625C8F (or 0x625C8F) is unknown color: approx Kimberly. HEX triplet: 62, 5C and 8F. RGB value is (98,92,143). Sum of RGB (Red+Green+Blue) = 98+92+143=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #625C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C8F is #9DA370. Grayscale: #636363. Windows color (decimal): -10330993 or 9395298. OLE color: 9395298.

HSL color Cylindrical-coordinate representation of color #625C8F: hue angle of 247.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625C8F is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9892143-
CMYK0.310.3600.44
HSL247.06º21.7%46.08%-
HSV(B)247.06º35.66%56.08%-
XYZ13.8212.2327.62-
YUV99.61152.49126.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=29.43%
G=27.63%
B=42.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98921430.310.3600.44247.0621.746.08
Hex625C8F1F2402Cf7162e
Octal14213421737440543672656
Binary11000101011100100011111111110010001011001111011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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