#645878

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

Shades of Kimberly #645878

Tints of Kimberly #645878

Color information

#645878 (or 0x645878) is unknown color: approx Kimberly. HEX triplet: 64, 58 and 78. RGB value is (100,88,120). Sum of RGB (Red+Green+Blue) = 100+88+120=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 120 - color contains mainly: blue. Hex color #645878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645878 is #9BA787. Grayscale: #5F5F5F. Windows color (decimal): -10200968 or 7886948. OLE color: 7886948.

HSL color Cylindrical-coordinate representation of color #645878: hue angle of 262.5º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #645878 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10088120-
CMYK0.170.2700.53
HSL262.5º15.38%40.78%-
HSV(B)262.5º26.67%47.06%-
XYZ12.1411.0419.26-
YUV95.24141.98131.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=32.47%
G=28.57%
B=38.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100881200.170.2700.53262.515.3840.78
Hex645878111B035106f29
Octal14413017021330654061751
Binary110010010110001111000100011101101101011000001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645878; }

 p { color: rgb(100,88,120); }

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

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

 a { background-color: rgb(100,88,120); }

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

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

 span { border-color: rgb(100,88,120); }

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