Html Css Color HEX #645B8A Kimberly

📋 copy color: '#645B8A'

red 100 ◦ green 91 ◦ blue 138

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

Shades of Kimberly #645B8A

Tints of Kimberly #645B8A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 30.4%
G = 27.66%
B = 41.95%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#645B8A (or 0x645B8A) is known color: Kimberly. HEX triplet: 64, 5B and 8A. RGB value is (100,91,138). Sum of RGB (Red+Green+Blue) = 100+91+138=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #645B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645B8A is #9BA475. Grayscale: #626262. Windows color (decimal): -10200182 or 9067364. OLE color: 9067364.

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

Color convert

RGB 100 91 138 -
CMYK 0.28 0.34 0 0.46
HSL 251.49º 0.21% 0.45% -
HSV(B) 251.49º 0.34% 0.54% -
XYZ 13.58 12.03 25.65 -
YUV 99.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 100 91 138 0.28 0.34 0 0.46 251.49 0.21 0.45
Hex 64 5B 8A 1C 22 0 2E FB 15 2D
Octal 144 133 212 34 42 0 56 373 25 55
Binary 1100100 1011011 10001010 11100 100010 0 101110 11111011 10101 101101

Color Harmonies of #645B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645B8A

Black with #645B8A

Text Example


Text Example

White with #645B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,91,138); }

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

background-color css

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

 a { background-color: rgb(100,91,138); }

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

border-color css

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

 span { border-color: rgb(100,91,138); }

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