Html Css Color HEX #645679 Kimberly

📋 copy color: '#645679'

red 100 ◦ green 86 ◦ blue 121

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

Shades of Kimberly #645679

Tints of Kimberly #645679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

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

R = 32.57%
G = 28.01%
B = 39.41%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#645679 (or 0x645679) is known color: Kimberly. HEX triplet: 64, 56 and 79. RGB value is (100,86,121). Sum of RGB (Red+Green+Blue) = 100+86+121=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #645679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645679 is #9BA986. Grayscale: #5E5E5E. Windows color (decimal): -10201479 or 7951972. OLE color: 7951972.

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

Color convert

RGB 100 86 121 -
CMYK 0.17 0.29 0 0.53
HSL 264º 0.17% 0.41% -
HSV(B) 264º 0.29% 0.47% -
XYZ 12.03 10.75 19.53 -
YUV 94.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 100 86 121 0.17 0.29 0 0.53 264 0.17 0.41
Hex 64 56 79 11 1D 0 35 108 11 29
Octal 144 126 171 21 35 0 65 410 21 51
Binary 1100100 1010110 1111001 10001 11101 0 110101 100001000 10001 101001

Color Harmonies of #645679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645679

Black with #645679

Text Example


Text Example

White with #645679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645679; }

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

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

background-color css

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

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

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

border-color css

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

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

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