Html Css Color HEX #645780 Kimberly

📋 copy color: '#645780'

red 100 ◦ green 87 ◦ blue 128

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

Shades of Kimberly #645780

Tints of Kimberly #645780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

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

R = 31.75%
G = 27.62%
B = 40.63%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#645780 (or 0x645780) is known color: Kimberly. HEX triplet: 64, 57 and 80. RGB value is (100,87,128). Sum of RGB (Red+Green+Blue) = 100+87+128=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #645780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645780 is #9BA87F. Grayscale: #5F5F5F. Windows color (decimal): -10201216 or 8410980. OLE color: 8410980.

HSL color Cylindrical-coordinate representation of color #645780: hue angle of 259.02º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645780 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 87 128 -
CMYK 0.22 0.32 0 0.50
HSL 259.02º 0.19% 0.42% -
HSV(B) 259.02º 0.32% 0.5% -
XYZ 12.56 11.08 21.9 -
YUV 95.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 100 87 128 0.22 0.32 0 0.50 259.02 0.19 0.42
Hex 64 57 80 16 20 0 32 103 13 2A
Octal 144 127 200 26 40 0 62 403 23 52
Binary 1100100 1010111 10000000 10110 100000 0 110010 100000011 10011 101010

Color Harmonies of #645780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645780

Black with #645780

Text Example


Text Example

White with #645780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645780; }

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

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

background-color css

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

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

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

border-color css

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

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

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