#646A9B

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

Shades of Waikawa Grey #646A9B

Tints of Waikawa Grey #646A9B

Color information

#646A9B (or 0x646A9B) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6A and 9B. RGB value is (100,106,155). Sum of RGB (Red+Green+Blue) = 100+106+155=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #646A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646A9B is #9B9564. Grayscale: #6D6D6D. Windows color (decimal): -10196325 or 10185316. OLE color: 10185316.

HSL color Cylindrical-coordinate representation of color #646A9B: hue angle of 233.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646A9B is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100106155-
CMYK0.350.3200.39
HSL233.45º21.57%50%-
HSV(B)233.45º35.48%60.78%-
XYZ16.3315.3833.12-
YUV109.79153.51121.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=27.70%
G=29.36%
B=42.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001061550.350.3200.39233.4521.5750
Hex646A9B2320027e91632
Octal14415223343400473512662
Binary110010011010101001101110001110000001001111110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646A9B; }

 p { color: rgb(100,106,155); }

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

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

 a { background-color: rgb(100,106,155); }

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

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

 span { border-color: rgb(100,106,155); }

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