Html Css Color HEX #645C7C Kimberly

📋 copy color: '#645C7C'

red 100 ◦ green 92 ◦ blue 124

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

Shades of Kimberly #645C7C

Tints of Kimberly #645C7C

RGB

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

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

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

R = 31.65%
G = 29.11%
B = 39.24%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#645C7C (or 0x645C7C) is known color: Kimberly. HEX triplet: 64, 5C and 7C. RGB value is (100,92,124). Sum of RGB (Red+Green+Blue) = 100+92+124=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #645C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C7C is #9BA383. Grayscale: #616161. Windows color (decimal): -10199940 or 8150116. OLE color: 8150116.

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

Color convert

RGB 100 92 124 -
CMYK 0.19 0.26 0 0.51
HSL 255º 0.15% 0.42% -
HSV(B) 255º 0.26% 0.49% -
XYZ 12.72 11.82 20.68 -
YUV 98.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 100 92 124 0.19 0.26 0 0.51 255 0.15 0.42
Hex 64 5C 7C 13 1A 0 33 FF F 2A
Octal 144 134 174 23 32 0 63 377 17 52
Binary 1100100 1011100 1111100 10011 11010 0 110011 11111111 1111 101010

Color Harmonies of #645C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645C7C

Black with #645C7C

Text Example


Text Example

White with #645C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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