#646189

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

Shades of Kimberly #646189

Tints of Kimberly #646189

Color information

#646189 (or 0x646189) is unknown color: approx Kimberly. HEX triplet: 64, 61 and 89. RGB value is (100,97,137). Sum of RGB (Red+Green+Blue) = 100+97+137=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #646189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646189 is #9B9E76. Grayscale: #666666. Windows color (decimal): -10198647 or 9003364. OLE color: 9003364.

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

Color convert

RGB10097137-
CMYK0.270.2900.46
HSL244.5º17.09%45.88%-
HSV(B)244.5º29.2%53.73%-
XYZ14.0513.0625.45-
YUV102.46147.49126.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=29.94%
G=29.04%
B=41.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100971370.270.2900.46244.517.0945.88
Hex6461891B1D02Ef4112e
Octal14414121133350563642156
Binary1100100110000110001001110111110101011101111010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646189; }

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

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

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

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

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

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

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

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