Html Css Color HEX #645C7D Kimberly

📋 copy color: '#645C7D'

red 100 ◦ green 92 ◦ blue 125

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

Shades of Kimberly #645C7D

Tints of Kimberly #645C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

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

R = 31.55%
G = 29.02%
B = 39.43%

CMYK

 C value IS 0.2

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#645C7D (or 0x645C7D) is known color: Kimberly. HEX triplet: 64, 5C and 7D. RGB value is (100,92,125). Sum of RGB (Red+Green+Blue) = 100+92+125=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #645C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C7D is #9BA382. Grayscale: #626262. Windows color (decimal): -10199939 or 8215652. OLE color: 8215652.

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

Color convert

RGB 100 92 125 -
CMYK 0.2 0.26 0 0.51
HSL 254.55º 0.15% 0.43% -
HSV(B) 254.55º 0.26% 0.49% -
XYZ 12.78 11.84 21.01 -
YUV 98.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 100 92 125 0.2 0.26 0 0.51 254.55 0.15 0.43
Hex 64 5C 7D 14 1A 0 33 FF F 2B
Octal 144 134 175 24 32 0 63 377 17 53
Binary 1100100 1011100 1111101 10100 11010 0 110011 11111111 1111 101011

Color Harmonies of #645C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645C7D

Black with #645C7D

Text Example


Text Example

White with #645C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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