#646089

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

Shades of Kimberly #646089

Tints of Kimberly #646089

Color information

#646089 (or 0x646089) is unknown color: approx Kimberly. HEX triplet: 64, 60 and 89. RGB value is (100,96,137). Sum of RGB (Red+Green+Blue) = 100+96+137=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #646089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646089 is #9B9F76. Grayscale: #656565. Windows color (decimal): -10198903 or 9003108. OLE color: 9003108.

HSL color Cylindrical-coordinate representation of color #646089: hue angle of 245.85º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646089 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10096137-
CMYK0.270.3000.46
HSL245.85º17.6%45.69%-
HSV(B)245.85º29.93%53.73%-
XYZ13.9512.8825.42-
YUV101.87147.83126.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=30.03%
G=28.83%
B=41.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100961370.270.3000.46245.8517.645.69
Hex6460891B1E02Ef6122e
Octal14414021133360563662256
Binary1100100110000010001001110111111001011101111011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646089; }

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

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

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

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

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

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

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

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