Html Css Color HEX #625988 Kimberly

📋 copy color: '#625988'

red 98 ◦ green 89 ◦ blue 136

#625988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #625988

Tints of Kimberly #625988

RGB

 RED value IS 98 (38.67% from 255) = 30.34%

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 30.34%
G = 27.55%
B = 42.11%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#625988 (or 0x625988) is known color: Kimberly. HEX triplet: 62, 59 and 88. RGB value is (98,89,136). Sum of RGB (Red+Green+Blue) = 98+89+136=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #625988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625988 is #9DA677. Grayscale: #606060. Windows color (decimal): -10331768 or 8935778. OLE color: 8935778.

HSL color Cylindrical-coordinate representation of color #625988: hue angle of 251.49º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #625988 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 89 136 -
CMYK 0.28 0.35 0 0.47
HSL 251.49º 0.21% 0.44% -
HSV(B) 251.49º 0.35% 0.53% -
XYZ 13.05 11.52 24.83 -
YUV 97.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 98 89 136 0.28 0.35 0 0.47 251.49 0.21 0.44
Hex 62 59 88 1C 23 0 2F FB 15 2C
Octal 142 131 210 34 43 0 57 373 25 54
Binary 1100010 1011001 10001000 11100 100011 0 101111 11111011 10101 101100

Color Harmonies of #625988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625988

Black with #625988

Text Example


Text Example

White with #625988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625988; }

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

 H1.HeaderClassName
 {
   color: #625988;
 }
 .AnyTagClassName
 {
   color: #625988;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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