#625D88

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

Shades of Kimberly #625D88

Tints of Kimberly #625D88

Color information

#625D88 (or 0x625D88) is unknown color: approx Kimberly. HEX triplet: 62, 5D and 88. RGB value is (98,93,136). Sum of RGB (Red+Green+Blue) = 98+93+136=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #625D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625D88 is #9DA277. Grayscale: #636363. Windows color (decimal): -10330744 or 8936802. OLE color: 8936802.

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

Color convert

RGB9893136-
CMYK0.280.3200.47
HSL246.98º18.78%44.9%-
HSV(B)246.98º31.62%53.33%-
XYZ13.412.224.94-
YUV99.4148.66127-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=29.97%
G=28.44%
B=41.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98931360.280.3200.47246.9818.7844.9
Hex625D881C2002Ff7132d
Octal14213521034400573672355
Binary11000101011101100010001110010000001011111111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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