#64628E

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

Shades of Kimberly #64628E

Tints of Kimberly #64628E

Color information

#64628E (or 0x64628E) is unknown color: approx Kimberly. HEX triplet: 64, 62 and 8E. RGB value is (100,98,142). Sum of RGB (Red+Green+Blue) = 100+98+142=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #64628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64628E is #9B9D71. Grayscale: #676767. Windows color (decimal): -10198386 or 9331300. OLE color: 9331300.

HSL color Cylindrical-coordinate representation of color #64628E: hue angle of 242.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64628E is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10098142-
CMYK0.300.3100.44
HSL242.73º18.33%47.06%-
HSV(B)242.73º30.99%55.69%-
XYZ14.5113.427.41-
YUV103.61149.66125.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=29.41%
G=28.82%
B=41.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100981420.300.3100.44242.7318.3347.06
Hex64628E1E1F02Cf3122f
Octal14414221636370543632257
Binary1100100110001010001110111101111101011001111001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64628E; }

 p { color: rgb(100,98,142); }

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

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

 a { background-color: rgb(100,98,142); }

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

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

 span { border-color: rgb(100,98,142); }

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