#645784

Color #645784 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #645784

Tints of Kimberly #645784

Color information

#645784 (or 0x645784) is unknown color: approx Kimberly. HEX triplet: 64, 57 and 84. RGB value is (100,87,132). Sum of RGB (Red+Green+Blue) = 100+87+132=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #645784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645784 is #9BA87B. Grayscale: #5F5F5F. Windows color (decimal): -10201212 or 8673124. OLE color: 8673124.

HSL color Cylindrical-coordinate representation of color #645784: hue angle of 257.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645784 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10087132-
CMYK0.240.3400.48
HSL257.33º20.55%42.94%-
HSV(B)257.33º34.09%51.76%-
XYZ12.8311.1923.31-
YUV96.02148.31130.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=31.35%
G=27.27%
B=41.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100871320.240.3400.48257.3320.5542.94
Hex6457841822030101152b
Octal14412720430420604012553
Binary110010010101111000010011000100010011000010000000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645784; }

 p { color: rgb(100,87,132); }

 H1.HeaderClassName
 {
   color: #645784;
 }
 .AnyTagClassName
 {
   color: #645784;
 }
</style>
background-color css

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

 a { background-color: rgb(100,87,132); }

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

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

 span { border-color: rgb(100,87,132); }

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