#646990

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

Shades of Waikawa Grey #646990

Tints of Waikawa Grey #646990

Color information

#646990 (or 0x646990) is unknown color: approx Waikawa Grey. HEX triplet: 64, 69 and 90. RGB value is (100,105,144). Sum of RGB (Red+Green+Blue) = 100+105+144=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #646990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646990 is #9B966F. Grayscale: #6B6B6B. Windows color (decimal): -10196592 or 9464164. OLE color: 9464164.

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

Color convert

RGB100105144-
CMYK0.310.2700.44
HSL233.18º18.03%47.84%-
HSV(B)233.18º30.56%56.47%-
XYZ15.3414.8328.44-
YUV107.95148.34122.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=28.65%
G=30.09%
B=41.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001051440.310.2700.44233.1818.0347.84
Hex6469901F1B02Ce91230
Octal14415122037330543512260
Binary1100100110100110010000111111101101011001110100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646990; }

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

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

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

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

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

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

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

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