Html Css Color HEX #645D8D Kimberly

📋 copy color: '#645D8D'

red 100 ◦ green 93 ◦ blue 141

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

Shades of Kimberly #645D8D

Tints of Kimberly #645D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.84%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 29.94%
G = 27.84%
B = 42.22%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#645D8D (or 0x645D8D) is known color: Kimberly. HEX triplet: 64, 5D and 8D. RGB value is (100,93,141). Sum of RGB (Red+Green+Blue) = 100+93+141=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #645D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D8D is #9BA272. Grayscale: #646464. Windows color (decimal): -10199667 or 9264484. OLE color: 9264484.

HSL color Cylindrical-coordinate representation of color #645D8D: hue angle of 248.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645D8D is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 93 141 -
CMYK 0.29 0.34 0 0.45
HSL 248.75º 0.21% 0.46% -
HSV(B) 248.75º 0.34% 0.55% -
XYZ 13.98 12.46 26.87 -
YUV 100.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 100 93 141 0.29 0.34 0 0.45 248.75 0.21 0.46
Hex 64 5D 8D 1D 22 0 2D F9 15 2E
Octal 144 135 215 35 42 0 55 371 25 56
Binary 1100100 1011101 10001101 11101 100010 0 101101 11111001 10101 101110

Color Harmonies of #645D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645D8D

Black with #645D8D

Text Example


Text Example

White with #645D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,93,141); }

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

background-color css

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

 a { background-color: rgb(100,93,141); }

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

border-color css

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

 span { border-color: rgb(100,93,141); }

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