Html Css Color HEX #64597C Kimberly

📋 copy color: '#64597C'

red 100 ◦ green 89 ◦ blue 124

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

Shades of Kimberly #64597C

Tints of Kimberly #64597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 31.95%
G = 28.43%
B = 39.62%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64597C (or 0x64597C) is known color: Kimberly. HEX triplet: 64, 59 and 7C. RGB value is (100,89,124). Sum of RGB (Red+Green+Blue) = 100+89+124=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #64597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64597C is #9BA683. Grayscale: #606060. Windows color (decimal): -10200708 or 8149348. OLE color: 8149348.

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

Color convert

RGB 100 89 124 -
CMYK 0.19 0.28 0 0.51
HSL 258.86º 0.16% 0.42% -
HSV(B) 258.86º 0.28% 0.49% -
XYZ 12.47 11.31 20.59 -
YUV 96.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 100 89 124 0.19 0.28 0 0.51 258.86 0.16 0.42
Hex 64 59 7C 13 1C 0 33 103 10 2A
Octal 144 131 174 23 34 0 63 403 20 52
Binary 1100100 1011001 1111100 10011 11100 0 110011 100000011 10000 101010

Color Harmonies of #64597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64597C

Black with #64597C

Text Example


Text Example

White with #64597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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