#646090

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

Shades of Kimberly #646090

Tints of Kimberly #646090

Color information

#646090 (or 0x646090) is unknown color: approx Kimberly. HEX triplet: 64, 60 and 90. RGB value is (100,96,144). Sum of RGB (Red+Green+Blue) = 100+96+144=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #646090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646090 is #9B9F6F. Grayscale: #666666. Windows color (decimal): -10198896 or 9461860. OLE color: 9461860.

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

Color convert

RGB10096144-
CMYK0.310.3300.44
HSL245º20%47.06%-
HSV(B)245º33.33%56.47%-
XYZ14.4713.0928.15-
YUV102.67151.33126.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=29.41%
G=28.24%
B=42.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100961440.310.3300.442452047.06
Hex6460901F2102Cf5142f
Octal14414022037410543652457
Binary11001001100000100100001111110000101011001111010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646090; }

 p { color: rgb(100,96,144); }

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

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

 a { background-color: rgb(100,96,144); }

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

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

 span { border-color: rgb(100,96,144); }

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