Html Css Color HEX #645982 Kimberly

📋 copy color: '#645982'

red 100 ◦ green 89 ◦ blue 130

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

Shades of Kimberly #645982

Tints of Kimberly #645982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

 BLUE value IS 130 (51.17% from 255) = 40.75%

R = 31.35%
G = 27.9%
B = 40.75%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#645982 (or 0x645982) is known color: Kimberly. HEX triplet: 64, 59 and 82. RGB value is (100,89,130). Sum of RGB (Red+Green+Blue) = 100+89+130=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #645982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645982 is #9BA67D. Grayscale: #606060. Windows color (decimal): -10200702 or 8542564. OLE color: 8542564.

HSL color Cylindrical-coordinate representation of color #645982: hue angle of 256.1º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645982 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 89 130 -
CMYK 0.23 0.32 0 0.49
HSL 256.1º 0.19% 0.43% -
HSV(B) 256.1º 0.32% 0.51% -
XYZ 12.86 11.47 22.65 -
YUV 96.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 100 89 130 0.23 0.32 0 0.49 256.1 0.19 0.43
Hex 64 59 82 17 20 0 31 100 13 2B
Octal 144 131 202 27 40 0 61 400 23 53
Binary 1100100 1011001 10000010 10111 100000 0 110001 100000000 10011 101011

Color Harmonies of #645982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645982

Black with #645982

Text Example


Text Example

White with #645982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645982; }

 p { color: rgb(100,89,130); }

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

background-color css

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

 a { background-color: rgb(100,89,130); }

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

border-color css

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

 span { border-color: rgb(100,89,130); }

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