Html Css Color HEX #64597F Kimberly

📋 copy color: '#64597F'

red 100 ◦ green 89 ◦ blue 127

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

Shades of Kimberly #64597F

Tints of Kimberly #64597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.19%

R = 31.65%
G = 28.16%
B = 40.19%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64597F (or 0x64597F) is known color: Kimberly. HEX triplet: 64, 59 and 7F. RGB value is (100,89,127). Sum of RGB (Red+Green+Blue) = 100+89+127=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #64597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64597F is #9BA680. Grayscale: #606060. Windows color (decimal): -10200705 or 8345956. OLE color: 8345956.

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

Color convert

RGB 100 89 127 -
CMYK 0.21 0.30 0 0.50
HSL 257.37º 0.18% 0.42% -
HSV(B) 257.37º 0.3% 0.5% -
XYZ 12.66 11.39 21.61 -
YUV 96.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 100 89 127 0.21 0.30 0 0.50 257.37 0.18 0.42
Hex 64 59 7F 15 1E 0 32 101 12 2A
Octal 144 131 177 25 36 0 62 401 22 52
Binary 1100100 1011001 1111111 10101 11110 0 110010 100000001 10010 101010

Color Harmonies of #64597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64597F

Black with #64597F

Text Example


Text Example

White with #64597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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