Html Css Color HEX #645980 Kimberly

📋 copy color: '#645980'

red 100 ◦ green 89 ◦ blue 128

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

Shades of Kimberly #645980

Tints of Kimberly #645980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 31.55%
G = 28.08%
B = 40.38%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#645980 (or 0x645980) is known color: Kimberly. HEX triplet: 64, 59 and 80. RGB value is (100,89,128). Sum of RGB (Red+Green+Blue) = 100+89+128=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #645980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645980 is #9BA67F. Grayscale: #606060. Windows color (decimal): -10200704 or 8411492. OLE color: 8411492.

HSL color Cylindrical-coordinate representation of color #645980: hue angle of 256.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #645980 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 89 128 -
CMYK 0.22 0.30 0 0.50
HSL 256.92º 0.18% 0.43% -
HSV(B) 256.92º 0.3% 0.5% -
XYZ 12.72 11.41 21.95 -
YUV 96.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 100 89 128 0.22 0.30 0 0.50 256.92 0.18 0.43
Hex 64 59 80 16 1E 0 32 101 12 2B
Octal 144 131 200 26 36 0 62 401 22 53
Binary 1100100 1011001 10000000 10110 11110 0 110010 100000001 10010 101011

Color Harmonies of #645980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645980

Black with #645980

Text Example


Text Example

White with #645980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645980; }

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

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

background-color css

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

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

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

border-color css

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

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

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