Html Css Color HEX #645E7D Kimberly

📋 copy color: '#645E7D'

red 100 ◦ green 94 ◦ blue 125

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

Shades of Kimberly #645E7D

Tints of Kimberly #645E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

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

R = 31.35%
G = 29.47%
B = 39.18%

CMYK

 C value IS 0.2

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#645E7D (or 0x645E7D) is known color: Kimberly. HEX triplet: 64, 5E and 7D. RGB value is (100,94,125). Sum of RGB (Red+Green+Blue) = 100+94+125=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #645E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E7D is #9BA182. Grayscale: #636363. Windows color (decimal): -10199427 or 8216164. OLE color: 8216164.

HSL color Cylindrical-coordinate representation of color #645E7D: hue angle of 251.61º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #645E7D is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 94 125 -
CMYK 0.2 0.25 0 0.51
HSL 251.61º 0.14% 0.43% -
HSV(B) 251.61º 0.25% 0.49% -
XYZ 12.96 12.2 21.07 -
YUV 99.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 100 94 125 0.2 0.25 0 0.51 251.61 0.14 0.43
Hex 64 5E 7D 14 19 0 33 FC E 2B
Octal 144 136 175 24 31 0 63 374 16 53
Binary 1100100 1011110 1111101 10100 11001 0 110011 11111100 1110 101011

Color Harmonies of #645E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645E7D

Black with #645E7D

Text Example


Text Example

White with #645E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645E7D; }

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

 H1.HeaderClassName
 {
   color: #645E7D;
 }
 .AnyTagClassName
 {
   color: #645E7D;
 }
</style>

background-color css

<style>
 a { background-color: #645E7D; }

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

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

border-color css

<style>
 span { border-color: #645E7D; }

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

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