Html Css Color HEX #625987 Kimberly

📋 copy color: '#625987'

red 98 ◦ green 89 ◦ blue 135

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

Shades of Kimberly #625987

Tints of Kimberly #625987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.93%

R = 30.43%
G = 27.64%
B = 41.93%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#625987 (or 0x625987) is known color: Kimberly. HEX triplet: 62, 59 and 87. RGB value is (98,89,135). Sum of RGB (Red+Green+Blue) = 98+89+135=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #625987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625987 is #9DA678. Grayscale: #606060. Windows color (decimal): -10331769 or 8870242. OLE color: 8870242.

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

Color convert

RGB 98 89 135 -
CMYK 0.27 0.34 0 0.47
HSL 251.74º 0.21% 0.44% -
HSV(B) 251.74º 0.34% 0.53% -
XYZ 12.98 11.49 24.46 -
YUV 96.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 98 89 135 0.27 0.34 0 0.47 251.74 0.21 0.44
Hex 62 59 87 1B 22 0 2F FC 15 2C
Octal 142 131 207 33 42 0 57 374 25 54
Binary 1100010 1011001 10000111 11011 100010 0 101111 11111100 10101 101100

Color Harmonies of #625987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625987

Black with #625987

Text Example


Text Example

White with #625987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625987; }

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

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

background-color css

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

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

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

border-color css

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

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

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