Html Css Color HEX #64567D Kimberly

📋 copy color: '#64567D'

red 100 ◦ green 86 ◦ blue 125

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

Shades of Kimberly #64567D

Tints of Kimberly #64567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 32.15%
G = 27.65%
B = 40.19%

CMYK

 C value IS 0.2

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64567D (or 0x64567D) is known color: Kimberly. HEX triplet: 64, 56 and 7D. RGB value is (100,86,125). Sum of RGB (Red+Green+Blue) = 100+86+125=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #64567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64567D is #9BA982. Grayscale: #5E5E5E. Windows color (decimal): -10201475 or 8214116. OLE color: 8214116.

HSL color Cylindrical-coordinate representation of color #64567D: hue angle of 261.54º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64567D is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 86 125 -
CMYK 0.2 0.31 0 0.51
HSL 261.54º 0.18% 0.41% -
HSV(B) 261.54º 0.31% 0.49% -
XYZ 12.28 10.85 20.85 -
YUV 94.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 100 86 125 0.2 0.31 0 0.51 261.54 0.18 0.41
Hex 64 56 7D 14 1F 0 33 106 12 29
Octal 144 126 175 24 37 0 63 406 22 51
Binary 1100100 1010110 1111101 10100 11111 0 110011 100000110 10010 101001

Color Harmonies of #64567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64567D

Black with #64567D

Text Example


Text Example

White with #64567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64567D; }

 p { color: rgb(100,86,125); }

 H1.HeaderClassName
 {
   color: #64567D;
 }
 .AnyTagClassName
 {
   color: #64567D;
 }
</style>

background-color css

<style>
 a { background-color: #64567D; }

 a { background-color: rgb(100,86,125); }

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

border-color css

<style>
 span { border-color: #64567D; }

 span { border-color: rgb(100,86,125); }

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