Html Css Color HEX #64597E Kimberly

📋 copy color: '#64597E'

red 100 ◦ green 89 ◦ blue 126

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

Shades of Kimberly #64597E

Tints of Kimberly #64597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40%

R = 31.75%
G = 28.25%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64597E (or 0x64597E) is known color: Kimberly. HEX triplet: 64, 59 and 7E. RGB value is (100,89,126). Sum of RGB (Red+Green+Blue) = 100+89+126=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #64597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64597E is #9BA681. Grayscale: #606060. Windows color (decimal): -10200706 or 8280420. OLE color: 8280420.

HSL color Cylindrical-coordinate representation of color #64597E: hue angle of 257.84º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64597E is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 89 126 -
CMYK 0.21 0.29 0 0.51
HSL 257.84º 0.17% 0.42% -
HSV(B) 257.84º 0.29% 0.49% -
XYZ 12.59 11.36 21.27 -
YUV 96.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 100 89 126 0.21 0.29 0 0.51 257.84 0.17 0.42
Hex 64 59 7E 15 1D 0 33 102 11 2A
Octal 144 131 176 25 35 0 63 402 21 52
Binary 1100100 1011001 1111110 10101 11101 0 110011 100000010 10001 101010

Color Harmonies of #64597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64597E

Black with #64597E

Text Example


Text Example

White with #64597E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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