Html Css Color HEX #64597B Kimberly

📋 copy color: '#64597B'

red 100 ◦ green 89 ◦ blue 123

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

Shades of Kimberly #64597B

Tints of Kimberly #64597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 32.05%
G = 28.53%
B = 39.42%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64597B (or 0x64597B) is known color: Kimberly. HEX triplet: 64, 59 and 7B. RGB value is (100,89,123). Sum of RGB (Red+Green+Blue) = 100+89+123=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #64597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64597B is #9BA684. Grayscale: #606060. Windows color (decimal): -10200709 or 8083812. OLE color: 8083812.

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

Color convert

RGB 100 89 123 -
CMYK 0.19 0.28 0 0.52
HSL 259.41º 0.16% 0.42% -
HSV(B) 259.41º 0.28% 0.48% -
XYZ 12.4 11.28 20.26 -
YUV 96.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 100 89 123 0.19 0.28 0 0.52 259.41 0.16 0.42
Hex 64 59 7B 13 1C 0 34 103 10 2A
Octal 144 131 173 23 34 0 64 403 20 52
Binary 1100100 1011001 1111011 10011 11100 0 110100 100000011 10000 101010

Color Harmonies of #64597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64597B

Black with #64597B

Text Example


Text Example

White with #64597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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