Html Css Color HEX #645C7B Kimberly

📋 copy color: '#645C7B'

red 100 ◦ green 92 ◦ blue 123

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

Shades of Kimberly #645C7B

Tints of Kimberly #645C7B

RGB

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

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

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

R = 31.75%
G = 29.21%
B = 39.05%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#645C7B (or 0x645C7B) is known color: Kimberly. HEX triplet: 64, 5C and 7B. RGB value is (100,92,123). Sum of RGB (Red+Green+Blue) = 100+92+123=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #645C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C7B is #9BA384. Grayscale: #616161. Windows color (decimal): -10199941 or 8084580. OLE color: 8084580.

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

Color convert

RGB 100 92 123 -
CMYK 0.19 0.25 0 0.52
HSL 255.48º 0.14% 0.42% -
HSV(B) 255.48º 0.25% 0.48% -
XYZ 12.66 11.79 20.35 -
YUV 97.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 100 92 123 0.19 0.25 0 0.52 255.48 0.14 0.42
Hex 64 5C 7B 13 19 0 34 FF E 2A
Octal 144 134 173 23 31 0 64 377 16 52
Binary 1100100 1011100 1111011 10011 11001 0 110100 11111111 1110 101010

Color Harmonies of #645C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645C7B

Black with #645C7B

Text Example


Text Example

White with #645C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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