Html Css Color HEX #645979 Kimberly

📋 copy color: '#645979'

red 100 ◦ green 89 ◦ blue 121

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

Shades of Kimberly #645979

Tints of Kimberly #645979

RGB

 RED value IS 100 (39.45% from 255) = 32.26%

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

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 32.26%
G = 28.71%
B = 39.03%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#645979 (or 0x645979) is known color: Kimberly. HEX triplet: 64, 59 and 79. RGB value is (100,89,121). Sum of RGB (Red+Green+Blue) = 100+89+121=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #645979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645979 is #9BA686. Grayscale: #5F5F5F. Windows color (decimal): -10200711 or 7952740. OLE color: 7952740.

HSL color Cylindrical-coordinate representation of color #645979: hue angle of 260.62º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #645979 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 89 121 -
CMYK 0.17 0.26 0 0.53
HSL 260.63º 0.15% 0.41% -
HSV(B) 260.63º 0.26% 0.47% -
XYZ 12.28 11.23 19.61 -
YUV 95.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 100 89 121 0.17 0.26 0 0.53 260.63 0.15 0.41
Hex 64 59 79 11 1A 0 35 105 F 29
Octal 144 131 171 21 32 0 65 405 17 51
Binary 1100100 1011001 1111001 10001 11010 0 110101 100000101 1111 101001

Color Harmonies of #645979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645979

Black with #645979

Text Example


Text Example

White with #645979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645979; }

 p { color: rgb(100,89,121); }

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

background-color css

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

 a { background-color: rgb(100,89,121); }

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

border-color css

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

 span { border-color: rgb(100,89,121); }

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