Html Css Color HEX #64597A Kimberly

📋 copy color: '#64597A'

red 100 ◦ green 89 ◦ blue 122

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

Shades of Kimberly #64597A

Tints of Kimberly #64597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 32.15%
G = 28.62%
B = 39.23%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64597A (or 0x64597A) is known color: Kimberly. HEX triplet: 64, 59 and 7A. RGB value is (100,89,122). Sum of RGB (Red+Green+Blue) = 100+89+122=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #64597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64597A is #9BA685. Grayscale: #5F5F5F. Windows color (decimal): -10200710 or 8018276. OLE color: 8018276.

HSL color Cylindrical-coordinate representation of color #64597A: hue angle of 260º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64597A is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 89 122 -
CMYK 0.18 0.27 0 0.52
HSL 260º 0.16% 0.41% -
HSV(B) 260º 0.27% 0.48% -
XYZ 12.34 11.26 19.94 -
YUV 96.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 100 89 122 0.18 0.27 0 0.52 260 0.16 0.41
Hex 64 59 7A 12 1B 0 34 104 10 29
Octal 144 131 172 22 33 0 64 404 20 51
Binary 1100100 1011001 1111010 10010 11011 0 110100 100000100 10000 101001

Color Harmonies of #64597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64597A

Black with #64597A

Text Example


Text Example

White with #64597A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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